Home
last modified time | relevance | path

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

/src/sys/net/
H A Dif_bridgevar.h160 ether_vlanid_t ifbr_pvid; /* member if PVID */
212 ether_vlanid_t ifba_vlan; /* vlan id */
H A Dif_bridge.c260 ether_vlanid_t bif_pvid; /* port vlan id */
275 ether_vlanid_t brt_vlan; /* vlan id */
305 ether_vlanid_t sc_defpvid; /* default PVID */
355 ether_vlanid_t, struct bridge_iflist *, int, uint8_t);
357 ether_vlanid_t);
362 ether_vlanid_t);
372 const uint8_t *, ether_vlanid_t);
2519 ether_vlanid_t vlan; in bridge_output()
2628 ether_vlanid_t vlan; in bridge_transmit()
2702 ether_vlanid_t vlan; in bridge_forward()
[all …]
H A Dethernet.h107 typedef uint16_t ether_vlanid_t; typedef
/src/lib/libifconfig/
H A Dlibifconfig.h75 ether_vlanid_t defpvid; /**< default pvid */
/src/sbin/ifconfig/
H A Difbridge.c65 static int get_vlan_id(const char *cp, ether_vlanid_t *valp);
87 get_vlan_id(const char *cp, ether_vlanid_t *valp) in get_vlan_id()
96 *valp = (ether_vlanid_t)val; in get_vlan_id()