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

/xnu-2422.115.4/bsd/netinet6/
H A Dip6protosw.h167 int (*pr_output) /* output to protocol (from above) */ member in struct:ip6protosw
H A Din6_proto.c218 .pr_output = rip6_pr_output,
232 .pr_output = rip6_pr_output,
244 .pr_output = rip6_pr_output,
304 .pr_output = rip6_pr_output,
316 .pr_output = rip6_pr_output,
328 .pr_output = rip6_pr_output,
340 .pr_output = rip6_pr_output,
387 _CASSERT(offsetof(struct ip6protosw, pr_output) ==
388 offsetof(struct protosw, pr_output));
/xnu-2422.115.4/bsd/net/
H A Draw_usrreq.c311 if (so->so_proto->pr_output == NULL) {
330 error = (*so->so_proto->pr_output)(m, so);
H A Dndrv.c1065 .pr_output = ndrv_output,
H A Drtsock.c2004 .pr_output = route_output,
/xnu-2422.115.4/bsd/sys/
H A Dprotosw.h117 int (*pr_output) /* output to protocol (from above) */ member in struct:protosw_old
173 * the pr_input and pr_output hooks. Pr_input passes data up (towards
174 * the users) and pr_output passes it down (towards the interfaces); control
203 int (*pr_output) /* output to protocol (from above) */ member in struct:protosw
/xnu-2422.115.4/bsd/netkey/
H A Dkeysock.c527 .pr_output = key_output,
/xnu-2422.115.4/bsd/kern/
H A Duipc_domain.c511 pp->pr_output = opp->pr_output;
/xnu-2422.115.4/tools/lldbmacros/
H A Dnet.py1810 if (pr.pr_output):
1812 out_string += GetSourceInformationForAddress(pr.pr_output) + "\n"

Completed in 77 milliseconds