OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:port_ifp
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/net/agr/
if_agrmonitor.c
51
if ((~port->
port_ifp
->if_flags & (IFF_RUNNING | IFF_UP)) == 0) {
if_agrsubr.c
282
struct ifnet *ifp = port->
port_ifp
;
288
struct ifnet *p = port->
port_ifp
;
315
struct ethercom *ec_port = (void *)port->
port_ifp
;
323
struct ifnet *p = port->
port_ifp
;
if_agrvar_impl.h
45
struct ifnet *
port_ifp
;
member in struct:agr_port
if_agrether.c
143
struct ethercom *ec_port = (void *)port->
port_ifp
;
204
struct ethercom *ec_port = (void *)port->
port_ifp
;
ieee8023ad_lacp.c
189
CLLADDR(port->
port_ifp
->if_sadl), ETHER_ADDR_LEN);
191
info->lip_portid.lpi_portno = htobe16(port->
port_ifp
->if_index);
253
error = agr_xmit_frame(port->
port_ifp
, m);
684
key = lp->lp_agrport->
port_ifp
->if_index;
ieee8023ad_lacp_debug.c
184
printf("%s: ", lp->lp_agrport->
port_ifp
->if_xname);
if_agr.c
237
struct ifnet *ifp = port->
port_ifp
;
399
error = agr_xmit_frame(port->
port_ifp
, m);
485
memcpy(api.api_ifname, port->
port_ifp
->if_xname,
625
port->
port_ifp
= ifp_port;
747
struct ifnet *ifp_port = port->
port_ifp
;
1151
error = ifpromisc(port->
port_ifp
, promisc);
Completed in 15 milliseconds
Indexes created Wed Oct 15 07:09:58 GMT 2025