Lines Matching defs:p
7 #define NOTFREE(p) assert((p)->magic == MAGIC) argument
21 Packet *p; in packetalloc() local
31 packetappend(Packet *p, uchar *buf, int n) in packetappend()
45 packetasize(Packet *p) in packetasize()
52 packetcmp(Packet *p, Packet *q) in packetcmp()
71 packetconcat(Packet *p, Packet *q) in packetconcat()
84 packetconsume(Packet *p, uchar *buf, int n) in packetconsume()
98 packetcopy(Packet *p, uchar *buf, int offset, int n) in packetcopy()
112 packetdup(Packet *p, int offset, int n) in packetdup()
131 Packet *p; in packetforeign() local
144 packetfragments(Packet *p, IOchunk *io, int nio, int offset) in packetfragments()
160 packetfree(Packet *p) in packetfree()
173 packetheader(Packet *p, int n) in packetheader()
184 packetpeek(Packet *p, uchar *buf, int offset, int n) in packetpeek()
195 packetprefix(Packet *p, uchar *buf, int n) in packetprefix()
210 packetsha1(Packet *p, uchar d[20]) in packetsha1()
217 packetsize(Packet *p) in packetsize()
224 packetsplit(Packet *p, int n) in packetsplit()
243 packettrailer(Packet *p, int n) in packettrailer()
254 packettrim(Packet *p, int offset, int n) in packettrim()