Lines Matching refs:Block
42 static Block* comp(PPP*, ushort, Block*, int*);
43 static Block *compresetreq(void*, Block*);
44 static void compcompack(void*, Block*);
48 static Block* uncomp(PPP*, Block*, int *protop, Block**);
50 static void uncresetack(void*, Block*);
87 static Block *
88 compresetreq(void *as, Block *b) in compresetreq()
110 static Block*
111 comp(PPP *ppp, ushort proto, Block *b, int *protop) in comp()
115 Block *bb; in comp()
219 uncresetack(void *as, Block *b) in uncresetack()
239 static Block*
240 uncomp(PPP *ppp, Block *bb, int *protop, Block **reply) in uncomp()
245 Block *b, *r; in uncomp()