Home
last modified time | relevance | path

Searched defs:_ifp (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/net/
H A Dif_vlan_var.h138 #define VLAN_CAPABILITIES(_ifp) do { \ argument
143 #define VLAN_TRUNKDEV(_ifp) \ argument
145 #define VLAN_TAG(_ifp, _vid) \ argument
147 #define VLAN_PCP(_ifp, _pcp) \ argument
149 #define VLAN_COOKIE(_ifp) \ argument
151 #define VLAN_SETCOOKIE(_ifp, _cookie) \ argument
154 #define VLAN_DEVAT(_ifp, _vid) \ argument
H A Dbpf.h447 #define BPF_TAP(_ifp, _pkt, _pktlen) \ argument
449 #define BPF_MTAP(_ifp, _m) \ argument
451 #define BPF_MTAP2(_ifp, _data, _dlen, _m) \ argument
H A Dif_bridgevar.h336 #define BRIDGE_INPUT(_ifp, _m) do { \ argument
346 #define BRIDGE_OUTPUT(_ifp, _m, _err) do { \ argument
H A Dif_clone.c179 #define IFC_IFLIST_INSERT(_ifc, _ifp) \ argument
181 #define IFC_IFLIST_REMOVE(_ifc, _ifp) \ argument
H A Dethernet.h425 ETHER_BPF_MTAP(_ifp,_m) global() argument
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_newterm.c182 FILE *_ifp = ifp ? ifp : stdin; in NCURSES_SP_NAME() local
/freebsd/sys/dev/netmap/
H A Dnetmap_kern.h1380 #define netmap_ifp_to_vp(_ifp) (NA(_ifp)->na_vp) argument
1381 #define netmap_ifp_to_host_vp(_ifp) (NA(_ifp)->na_hostvp) argument
1386 #define netmap_ifp_to_vp(_ifp) NULL argument
1387 #define netmap_ifp_to_host_vp(_ifp) NULL argument
1695 #define NA(_ifp) (if_getnetmapadapter(_ifp)) argument
/freebsd/sys/net80211/
H A Dieee80211_freebsd.h265 #define IFNET_IS_UP_RUNNING(_ifp) \ argument