Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/
H A Dng_pppoe.c937 int acnpos, acnlen = 0, acnsep = 0; in ng_pppoe_rcvmsg() local
943 acnlen = i; in ng_pppoe_rcvmsg()
948 hupos = acnlen + acnsep; in ng_pppoe_rcvmsg()
959 bcopy(ourmsg->data + acnpos, neg->ac_name.data, acnlen); in ng_pppoe_rcvmsg()
960 neg->ac_name_len = acnlen; in ng_pppoe_rcvmsg()