Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/skywalk/nexus/flowswitch/
H A Dfsw_netagent.c384 error = if_add_netagent(ifp, fsw->fsw_agent_uuid); in fsw_netagent_register()
H A Dfsw.c1352 if_add_netagent(fsw->fsw_ifp, fsw->fsw_agent_uuid); in fsw_netagent_add_remove()
/xnu-12377.41.6/bsd/net/
H A Dif_var_private.h1761 __private_extern__ int if_add_netagent(struct ifnet *, uuid_t);
H A Dif.c2271 if_add_netagent(struct ifnet *ifp, uuid_t new_agent_uuid) in if_add_netagent() function