Searched refs:vreq (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sbin/ifconfig/
H A Difvlan.c79 getvlan(int s, struct ifreq *ifr, struct vlanreq *vreq) argument
81 bzero((char *)vreq, sizeof(*vreq));
82 ifr->ifr_data = (caddr_t)vreq;
90 struct vlanreq vreq; local
92 if (getvlan(s, &ifr, &vreq) == -1)
94 printf("\tvlan: %d", vreq.vlr_tag);
96 switch (vreq.vlr_proto) {
104 printf("0x%04x", vreq.vlr_proto);
108 printf(" parent interface: %s", vreq
189 struct vlanreq vreq; local
208 struct vlanreq vreq; local
219 struct vlanreq vreq; local
253 struct vlanreq vreq; local
[all...]
/freebsd-13-stable/sys/dev/mpt/
H A Dmpt_debug.c626 mpt_print_request(void *vreq) argument
628 MSG_REQUEST_HEADER *req = vreq;
/freebsd-13-stable/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_sys.c2605 struct ieee80211req_sta_vlan vreq; local
2607 memcpy(vreq.sv_macaddr, wip->pmac, IEEE80211_ADDR_LEN);
2608 vreq.sv_vlan = vlan;
2612 &val, &vreq, &argsize, 1) < 0)

Completed in 171 milliseconds