Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet6/
H A Din6_proto.c211 .pr_output = rip6_pr_output,
225 .pr_output = rip6_pr_output,
239 .pr_output = rip6_pr_output,
294 .pr_output = rip6_pr_output,
307 .pr_output = rip6_pr_output,
320 .pr_output = rip6_pr_output,
362 static_assert(offsetof(struct ip6protosw, pr_output) == offsetof(struct protosw, pr_output)); in in6_dinit()
H A Dip6protosw.h167 int (*pr_output) /* output to protocol (from above) */ member
/xnu-12377.41.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.c2482 .pr_output = route_output,
/xnu-12377.41.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-12377.41.6/bsd/netkey/
H A Dkeysock.c560 .pr_output = key_output,
/xnu-12377.41.6/bsd/kern/
H A Duipc_domain.c534 pp->pr_output = opp->pr_output; in net_add_proto_old()
/xnu-12377.41.6/tools/lldbmacros/
H A Dnet.py1970 if (pr.pr_output):
1972 out_string += GetSourceInformationForAddress(pr.pr_output) + "\n"