Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/net/
H A Dif_vlan.c1075 int encaplen; in vlan_output() local
1104 encaplen = ifv->ifv_encaplen; in vlan_output()
1130 M_PREPEND(m, encaplen, M_DONTWAIT, 1); in vlan_output()
1152 bcopy(mtod(m, char *) + encaplen, in vlan_output()