Lines Matching defs:p
111 trace(struct ifdebug *ifd, struct sockaddr_in6 *who, char *p, int len, int m)
134 bcopy(p, t->ift_packet, len);
160 struct bits *p;
187 for (first = _B_TRUE, p = statebits; p->t_bits > 0; p++) {
188 if ((rt->rt_state & p->t_bits) == 0)
190 (void) fprintf(fp, "%c%s", c, p->t_name);
200 for (first = _B_TRUE, p = flagbits; p->t_bits > 0;
201 p++) {
202 if ((rt->rt_flags & p->t_bits) == 0)
204 (void) fprintf(fp, "%c%s", c, p->t_name);