Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/netinet6/
H A Din6_proto.c215 .pr_output = rip6_pr_output,
231 .pr_output = rip6_pr_output,
245 .pr_output = rip6_pr_output,
300 .pr_output = rip6_pr_output,
313 .pr_output = rip6_pr_output,
326 .pr_output = rip6_pr_output,
375 _CASSERT(offsetof(struct ip6protosw, pr_output) == in in6_dinit()
376 offsetof(struct protosw, pr_output)); in in6_dinit()
H A Dip6protosw.h167 int (*pr_output) /* output to protocol (from above) */ member
/xnu-11417.121.6/bsd/net/
H A Draw_usrreq.c302 if (so->so_proto->pr_output == NULL) { in raw_usend()
322 error = (*so->so_proto->pr_output)(m, so); in raw_usend()
H A Dndrv.c1147 .pr_output = ndrv_output,
H A Drtsock.c2477 .pr_output = route_output,
/xnu-11417.121.6/bsd/sys/
H A Dprotosw.h181 int (*pr_output) /* output to protocol (from above) */ member
267 int (*pr_output) /* output to protocol (from above) */ member
/xnu-11417.121.6/bsd/netkey/
H A Dkeysock.c560 .pr_output = key_output,
/xnu-11417.121.6/bsd/kern/
H A Duipc_domain.c532 pp->pr_output = opp->pr_output; in net_add_proto_old()
/xnu-11417.121.6/tools/lldbmacros/
H A Dnet.py2023 if (pr.pr_output):
2025 out_string += GetSourceInformationForAddress(pr.pr_output) + "\n"