Searched refs:pr_ctlinput (Results 1 – 11 of 11) sorted by relevance
| /xnu-12377.41.6/bsd/netinet/ |
| H A D | in_proto.c | 131 .pr_ctlinput = udp_ctlinput, 148 .pr_ctlinput = tcp_ctlinput, 164 .pr_ctlinput = rip_ctlinput, 210 .pr_ctlinput = rip_ctlinput,
|
| H A D | ip_icmp.c | 616 ctlfunc = ip_protox[icp->icmp_ip.ip_p]->pr_ctlinput; in icmp_input()
|
| /xnu-12377.41.6/bsd/netinet6/ |
| H A D | in6_proto.c | 178 .pr_ctlinput = udp6_ctlinput, 195 .pr_ctlinput = tcp6_ctlinput, 212 .pr_ctlinput = rip6_ctlinput, 226 .pr_ctlinput = rip6_ctlinput, 240 .pr_ctlinput = rip6_ctlinput, 283 .pr_ctlinput = esp6_ctlinput, 363 static_assert(offsetof(struct ip6protosw, pr_ctlinput) == offsetof(struct protosw, pr_ctlinput)); in in6_dinit()
|
| H A D | ip6protosw.h | 170 void (*pr_ctlinput) /* control input (from below) */ member
|
| H A D | icmp6.c | 1186 ctlfunc = ip6_protox[nxt]->pr_ctlinput; in icmp6_notify_error()
|
| /xnu-12377.41.6/bsd/kern/ |
| H A D | uipc_proto.c | 103 .pr_ctlinput = raw_ctlinput,
|
| H A D | uipc_domain.c | 535 pp->pr_ctlinput = opp->pr_ctlinput; in net_add_proto_old() 957 if (pp->pr_ctlinput != NULL) { in pfctlinput2() 958 (*pp->pr_ctlinput)(cmd, sa, ctlparam, NULL); in pfctlinput2()
|
| /xnu-12377.41.6/bsd/sys/ |
| H A D | protosw.h | 183 void (*pr_ctlinput) /* control input (from below) */ member 269 void (*pr_ctlinput) /* control input (from below) */ member
|
| /xnu-12377.41.6/bsd/netkey/ |
| H A D | keysock.c | 561 .pr_ctlinput = raw_ctlinput,
|
| /xnu-12377.41.6/tools/lldbmacros/ |
| H A D | net.py | 1973 if (pr.pr_ctlinput): 1975 out_string += GetSourceInformationForAddress(pr.pr_ctlinput) + "\n"
|
| /xnu-12377.41.6/bsd/net/ |
| H A D | rtsock.c | 2483 .pr_ctlinput = raw_ctlinput,
|