Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/net/
H A Dppp-comp.h56 #ifdef PACKETPTR
70 int (*compress) __P((void *state, PACKETPTR *mret,
71 PACKETPTR mp, int orig_len, int max_len));
85 int (*decompress) __P((void *state, PACKETPTR *mp));
87 int (*incomp) __P((void *state, PACKETPTR mp));
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Ddeflate.c49 #define PACKETPTR mblk_t * macro
H A Dbsd-comp.c60 #define PACKETPTR mblk_t * macro
H A Dspppcomp.c73 #define PACKETPTR mblk_t * macro