Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dif_vlan.c1003 int encaplen; in vlan_output() local
1032 encaplen = ifv->ifv_encaplen; in vlan_output()
1058 M_PREPEND(m, encaplen, M_DONTWAIT, 1); in vlan_output()
1080 bcopy(mtod(m, char *) + encaplen, in vlan_output()