Searched refs:pr_ctlinput (Results 1 - 11 of 11) sorted by relevance

/xnu-2422.115.4/bsd/netinet6/
H A Dip6protosw.h120 * argument type for the last arg of pr_ctlinput().
170 void (*pr_ctlinput) /* control input (from below) */ member in struct:ip6protosw
H A Din6_proto.c186 .pr_ctlinput = udp6_ctlinput,
202 .pr_ctlinput = tcp6_ctlinput,
219 .pr_ctlinput = rip6_ctlinput,
233 .pr_ctlinput = rip6_ctlinput,
245 .pr_ctlinput = rip6_ctlinput,
286 .pr_ctlinput = esp6_ctlinput,
389 _CASSERT(offsetof(struct ip6protosw, pr_ctlinput) ==
390 offsetof(struct protosw, pr_ctlinput));
H A Dicmp6.c1129 (ip6_protox[nxt]->pr_ctlinput);
/xnu-2422.115.4/bsd/kern/
H A Duipc_proto.c103 .pr_ctlinput = raw_ctlinput,
H A Duipc_domain.c512 pp->pr_ctlinput = opp->pr_ctlinput;
978 if (pp->pr_ctlinput != NULL)
979 (*pp->pr_ctlinput)(cmd, sa, ctlparam);
/xnu-2422.115.4/bsd/netinet/
H A Din_proto.c134 .pr_ctlinput = udp_ctlinput,
148 .pr_ctlinput = tcp_ctlinput,
162 .pr_ctlinput = rip_ctlinput,
211 .pr_ctlinput = rip_ctlinput,
H A Dip_icmp.c471 ctlfunc = ip_protox[icp->icmp_ip.ip_p]->pr_ctlinput;
/xnu-2422.115.4/bsd/sys/
H A Dprotosw.h119 void (*pr_ctlinput) /* control input (from below) */ member in struct:protosw_old
175 * information passes up and down on pr_ctlinput and pr_ctloutput.
205 void (*pr_ctlinput) /* control input (from below) */ member in struct:protosw
270 * (*protosw[].pr_ctlinput)(cmd, sa, arg);
/xnu-2422.115.4/bsd/netkey/
H A Dkeysock.c528 .pr_ctlinput = raw_ctlinput,
/xnu-2422.115.4/tools/lldbmacros/
H A Dnet.py1813 if (pr.pr_ctlinput):
1815 out_string += GetSourceInformationForAddress(pr.pr_ctlinput) + "\n"
/xnu-2422.115.4/bsd/net/
H A Drtsock.c2005 .pr_ctlinput = raw_ctlinput,

Completed in 89 milliseconds