Home | History | Annotate | Download | only in pppd

Lines Matching refs:rh

2643     struct opthdr *rh;
2696 rh = (struct opthdr *) ((char *)&ack + ack.ack.OPT_offset);
2697 if (rh->level == 0 && rh->name == 0)
2699 if (rh->level != MIB2_IP || rh->name != MIB2_IP_21) {