Home
last modified time | relevance | path

Searched refs:pr_output (Results 1 – 9 of 9) sorted by relevance

/xnu-8020.101.4/bsd/netinet6/
H A Din6_proto.c211 .pr_output = rip6_pr_output,
227 .pr_output = rip6_pr_output,
241 .pr_output = rip6_pr_output,
296 .pr_output = rip6_pr_output,
309 .pr_output = rip6_pr_output,
322 .pr_output = rip6_pr_output,
371 _CASSERT(offsetof(struct ip6protosw, pr_output) == in in6_dinit()
372 offsetof(struct protosw, pr_output)); in in6_dinit()
H A Dip6protosw.h167 int (*pr_output) /* output to protocol (from above) */ member
/xnu-8020.101.4/bsd/net/
H A Draw_usrreq.c303 if (so->so_proto->pr_output == NULL) { in raw_usend()
323 error = (*so->so_proto->pr_output)(m, so); in raw_usend()
H A Dndrv.c1085 .pr_output = ndrv_output,
H A Drtsock.c2225 .pr_output = route_output,
/xnu-8020.101.4/bsd/sys/
H A Dprotosw.h179 int (*pr_output) /* output to protocol (from above) */ member
265 int (*pr_output) /* output to protocol (from above) */ member
/xnu-8020.101.4/bsd/netkey/
H A Dkeysock.c559 .pr_output = key_output,
/xnu-8020.101.4/bsd/kern/
H A Duipc_domain.c524 pp->pr_output = opp->pr_output; in net_add_proto_old()
/xnu-8020.101.4/tools/lldbmacros/
H A Dnet.py2097 if (pr.pr_output):
2099 out_string += GetSourceInformationForAddress(pr.pr_output) + "\n"