Home
last modified time | relevance | path

Searched refs:if_add_netagent (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.101.4/bsd/skywalk/nexus/flowswitch/
H A Dfsw_netagent.c350 error = if_add_netagent(ifp, fsw->fsw_agent_uuid); in fsw_netagent_register()
H A Dfsw.c1179 if_add_netagent(fsw->fsw_ifp, fsw->fsw_agent_uuid); in fsw_netagent_add_remove()
/xnu-8020.101.4/bsd/net/
H A Dif_var.h2144 __private_extern__ int if_add_netagent(struct ifnet *, uuid_t);
H A Dif.c2139 if_add_netagent(struct ifnet *ifp, uuid_t new_agent_uuid) in if_add_netagent() function