Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/net/
H A Dif_vlan.c1079 int encaplen; in vlan_output() local
1108 encaplen = ifv->ifv_encaplen; in vlan_output()
1134 M_PREPEND(m, encaplen, M_DONTWAIT, 1); in vlan_output()
1156 bcopy(mtod(m, char *) + encaplen, in vlan_output()