Lines Matching refs:IP
43 Block* ip4reassemble(IP*, int, Block*, Ip4hdr*);
44 void ipfragfree4(IP*, Fragment4*);
45 Fragment4* ipfragallo4(IP*);
72 initfrag(IP *ip, int size) in initfrag()
101 IP *ip; in ip_init()
103 ip = smalloc(sizeof(IP)); in ip_init()
130 IP *ip; in ipoput4()
319 IP *ip; in ipiput4()
458 IP *ip; in ipstats()
473 ip4reassemble(IP *ip, int offset, Block *bp, Ip4hdr *ih) in ip4reassemble()
640 ipfragfree4(IP *ip, Fragment4 *frag) in ipfragfree4()
669 ipfragallo4(IP *ip) in ipfragallo4()