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

/darwin-on-arm/xnu/bsd/kern/
H A Duipc_proto.c103 .pr_ctlinput = raw_ctlinput,
H A Duipc_domain.c539 if (pr->pr_ctlinput)
540 (*pr->pr_ctlinput)(cmd, sa, ctlparam);
/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6protosw.h122 * argument type for the last arg of pr_ctlinput().
165 void (*pr_ctlinput)(int, struct sockaddr *, void *); member in struct:ip6protosw
H A Dicmp6.c1170 (ip6_protox[nxt]->pr_ctlinput);
/darwin-on-arm/xnu/bsd/sys/
H A Dprotosw.h106 * information passes up and down on pr_ctlinput and pr_ctloutput.
133 void (*pr_ctlinput)(int, struct sockaddr *, void *); member in struct:protosw
350 * (*protosw[].pr_ctlinput)(cmd, sa, arg);
/darwin-on-arm/xnu/bsd/netinet/
H A Dip_icmp.c470 ctlfunc = ip_protox[icp->icmp_ip.ip_p]->pr_ctlinput;

Completed in 40 milliseconds