Searched refs:net_del_proto (Results 1 - 3 of 3) sorted by relevance

/xnu-2422.115.4/bsd/sys/
H A Dprotosw.h534 extern int net_del_proto(int, int, struct domain *);
543 extern int net_del_proto(int, int, struct domain *);
/xnu-2422.115.4/bsd/net/
H A Dnet_stubs.c2266 int net_del_proto(void);
2267 int net_del_proto(void) function
/xnu-2422.115.4/bsd/kern/
H A Duipc_domain.c545 * net_del_proto - remove a protosw from a domain's protosw chain.
552 net_del_proto(int type, int protocol, struct domain *dp) function
579 * Exported (private) routine, indirection of net_del_proto.

Completed in 20 milliseconds