Searched refs:hupos (Results 1 – 1 of 1) sorted by relevance
938 int hupos, hulen = 0, husep = 0; in ng_pppoe_rcvmsg() local948 hupos = acnlen + acnsep; in ng_pppoe_rcvmsg()949 for (i = hupos; i < ourmsg->data_len; i++) { in ng_pppoe_rcvmsg()951 hulen = i - hupos; in ng_pppoe_rcvmsg()956 srvpos = hupos + hulen + husep; in ng_pppoe_rcvmsg()968 } else if (hulen > 2 && ourmsg->data[hupos] == '0' && in ng_pppoe_rcvmsg()969 ourmsg->data[hupos + 1] == 'x' && hulen % 2 == 0) { in ng_pppoe_rcvmsg()978 ourmsg->data[hupos + 2 + i] != hexdig[j]; in ng_pppoe_rcvmsg()991 bcopy(ourmsg->data + hupos, neg->host_uniq.data, hulen); in ng_pppoe_rcvmsg()