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

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Duipc_proto.c97 .pr_ctlinput = raw_ctlinput,
H A Duipc_domain.c518 if (pr->pr_ctlinput)
519 (*pr->pr_ctlinput)(cmd, sa, ctlparam);
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dip6protosw.h94 * argument type for the last arg of pr_ctlinput().
134 void (*pr_ctlinput)(int, struct sockaddr *, void *); member in struct:ip6protosw
H A Dicmp6.c1090 (ip6_protox[nxt]->pr_ctlinput);
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dprotosw.h101 * information passes up and down on pr_ctlinput and pr_ctloutput.
127 void (*pr_ctlinput)(int, struct sockaddr *, void *); member in struct:protosw
339 * (*protosw[].pr_ctlinput)(cmd, sa, arg);
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_icmp.c506 ctlfunc = ip_protox[icp->icmp_ip.ip_p]->pr_ctlinput;

Completed in 92 milliseconds