Searched defs:_ifp (Results 1 – 8 of 8) sorted by relevance
/freebsd-src/sys/net/ |
H A D | if_vlan_var.h | 143 #define VLAN_CAPABILITIES(_ifp) do { \ argument 148 #define VLAN_TRUNKDEV(_ifp) \ argument 150 #define VLAN_TAG(_ifp, _vid) \ argument 152 #define VLAN_PCP(_ifp, _pcp) \ argument 154 #define VLAN_COOKIE(_ifp) \ argument 156 #define VLAN_SETCOOKIE(_ifp, _cookie) \ argument 159 #define VLAN_DEVAT(_ifp, _vid) \ argument
|
H A D | bpf.h | 445 #define BPF_TAP(_ifp, _pkt, _pktlen) \ argument 447 #define BPF_MTAP(_ifp, _m) \ argument 449 #define BPF_MTAP2(_ifp, _data, _dlen, _m) \ argument
|
H A D | if_bridgevar.h | 306 #define BRIDGE_INPUT(_ifp, _m) do { \ argument 316 #define BRIDGE_OUTPUT(_ifp, _m, _err) do { \ argument
|
H A D | if_clone.c | 179 #define IFC_IFLIST_INSERT(_ifc, _ifp) \ argument 181 #define IFC_IFLIST_REMOVE(_ifc, _ifp) \ argument
|
H A D | ethernet.h | 403 #define ETHER_BPF_MTAP(_ifp, _m) ether_bpf_mtap_if((_ifp), (_m)) argument
|
/freebsd-src/contrib/ncurses/ncurses/base/ |
H A D | lib_newterm.c | 182 FILE *_ifp = ifp ? ifp : stdin; in NCURSES_SP_NAME() local
|
/freebsd-src/sys/dev/netmap/ |
H A D | netmap_kern.h | 1380 #define netmap_ifp_to_vp(_ifp) (NA(_ifp)->na_vp) argument 1386 #define netmap_ifp_to_vp(_ifp) NULL argument 1379 netmap_ifp_to_vp(_ifp) global() argument 1385 netmap_ifp_to_vp(_ifp) global() argument 1694 NA(_ifp) global() argument
|
/freebsd-src/sys/net80211/ |
H A D | ieee80211_freebsd.h | 263 IFNET_IS_UP_RUNNING(_ifp) global() argument
|