Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dif_vlan.c97 CK_SLIST_HEAD(ifvlanhead, ifvlan);
104 struct ifvlan *vlans[VLAN_ARRAY_SIZE]; /* static table */
138 struct ifvlan *_next; \
180 struct ifvlan { struct
199 CK_SLIST_ENTRY(ifvlan) ifv_list; argument
278 static int vlan_inshash(struct ifvlantrunk *trunk, struct ifvlan *ifv);
279 static int vlan_remhash(struct ifvlantrunk *trunk, struct ifvlan *ifv);
281 static __inline struct ifvlan * vlan_gethash(struct ifvlantrunk *trunk,
315 static int vlan_config(struct ifvlan *ifv, struct ifnet *p, uint16_t tag,
318 static void vlan_capabilities(struct ifvlan *ifv);
[all …]
/freebsd/sbin/ifconfig/
H A DMakefile31 SRCS+= ifvlan.c # SIOC[GS]ETVLAN support