Home | History | Annotate | Download | only in tcpdump

Lines Matching defs:ps

261 	const struct pgstate *ps;
269 ps = (const struct pgstate *)(prep + 1);
270 while (--n >= 0 && (u_char *)(ps + 1) <= ep) {
275 EXTRACT_32BITS(&ps->slot),
276 ipaddr_string(&ps->page.p_sid),
277 EXTRACT_32BITS(&ps->page.p_uid));
278 io = (struct id_off *)(ps + 1);
279 for (ie = io + ps->nid; io < ie && (u_char *)(io + 1) <= ep; ++io) {
285 ps = (struct pgstate *)io;
287 return ((u_char *)ps <= ep? 0 : -1);