Home
last modified time | relevance | path

Searched refs:hupos (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/netgraph/
H A Dng_pppoe.c924 int hupos, hulen = 0, husep = 0; in ng_pppoe_rcvmsg() local
934 hupos = acnlen + acnsep; in ng_pppoe_rcvmsg()
935 for (i = hupos; i < ourmsg->data_len; i++) { in ng_pppoe_rcvmsg()
937 hulen = i - hupos; in ng_pppoe_rcvmsg()
942 srvpos = hupos + hulen + husep; in ng_pppoe_rcvmsg()
954 } else if (hulen > 2 && ourmsg->data[hupos] == '0' && in ng_pppoe_rcvmsg()
955 ourmsg->data[hupos + 1] == 'x' && hulen % 2 == 0) { in ng_pppoe_rcvmsg()
964 ourmsg->data[hupos + 2 + i] != hexdig[j]; in ng_pppoe_rcvmsg()
977 bcopy(ourmsg->data + hupos, neg->host_uniq.data, hulen); in ng_pppoe_rcvmsg()