Home
last modified time | relevance | path

Searched refs:PACKETPTR (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/sys/net/
Dppp-comp.h57 #ifdef PACKETPTR
71 int (*compress)(void *state, PACKETPTR *mret,
72 PACKETPTR mp, int orig_len, int max_len);
86 int (*decompress)(void *state, PACKETPTR mp,
87 PACKETPTR *dmpp);
89 void (*incomp)(void *state, PACKETPTR mp);
Dppp-deflate.c50 #define PACKETPTR struct mbuf * macro
Dbsd-comp.c53 #define PACKETPTR struct mbuf * macro
Dif_ppp.c157 #define PACKETPTR struct mbuf * macro