Searched defs:_ifp (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/net/ |
H A D | if_vlan_var.h | 138 #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 D | bpf.h | 447 #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 D | if_bridgevar.h | 336 #define BRIDGE_INPUT(_ifp, _m) do { \ argument 346 #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 | 425 ETHER_BPF_MTAP(_ifp,_m) global() argument
|
/freebsd/contrib/ncurses/ncurses/base/ |
H A D | lib_newterm.c | 182 FILE *_ifp = ifp ? ifp : stdin; in NCURSES_SP_NAME() local
|
/freebsd/sys/dev/netmap/ |
H A D | netmap_kern.h | 1380 #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 D | ieee80211_freebsd.h | 265 #define IFNET_IS_UP_RUNNING(_ifp) \ argument
|