Searched refs:pr_sysctl (Results 1 - 5 of 5) sorted by relevance

/xnu-2422.115.4/bsd/netinet6/
H A Dip6protosw.h185 int (*pr_sysctl)(void); /* sysctl for protocol */ member in struct:ip6protosw
H A Din6_proto.c399 _CASSERT(offsetof(struct ip6protosw, pr_sysctl) ==
400 offsetof(struct protosw, pr_sysctl));
/xnu-2422.115.4/bsd/sys/
H A Dprotosw.h134 int (*pr_sysctl) /* sysctl for protocol */ member in struct:protosw_old
219 int (*pr_sysctl) /* sysctl for protocol */ member in struct:protosw
/xnu-2422.115.4/bsd/kern/
H A Duipc_domain.c517 pp->pr_sysctl = opp->pr_sysctl;
946 if (pp->pr_protocol == protocol && pp->pr_sysctl != NULL) {
947 error = (*pp->pr_sysctl)(name + 2, namelen - 2,
/xnu-2422.115.4/tools/lldbmacros/
H A Dnet.py1825 if (pr.pr_sysctl):
1827 out_string += GetSourceInformationForAddress(pr.pr_sysctl) + "\n"

Completed in 79 milliseconds