Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_pppoe.c923 int acnpos, acnlen = 0, acnsep = 0; in ng_pppoe_rcvmsg() local
929 acnlen = i; in ng_pppoe_rcvmsg()
934 hupos = acnlen + acnsep; in ng_pppoe_rcvmsg()
945 bcopy(ourmsg->data + acnpos, neg->ac_name.data, acnlen); in ng_pppoe_rcvmsg()
946 neg->ac_name_len = acnlen; in ng_pppoe_rcvmsg()