Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/netinet6/
H A Dip6protosw.h185 int (*pr_sysctl)(void); /* sysctl for protocol */ member
H A Din6_proto.c384 _CASSERT(offsetof(struct ip6protosw, pr_sysctl) == in in6_dinit()
385 offsetof(struct protosw, pr_sysctl)); in in6_dinit()
/xnu-8796.121.2/bsd/sys/
H A Dprotosw.h198 int (*pr_sysctl) /* sysctl for protocol */ member
283 int (*pr_sysctl) /* sysctl for protocol */ member
/xnu-8796.121.2/bsd/kern/
H A Duipc_domain.c530 pp->pr_sysctl = opp->pr_sysctl; in net_add_proto_old()
/xnu-8796.121.2/tools/lldbmacros/
H A Dnet.py2114 if (pr.pr_sysctl):
2116 out_string += GetSourceInformationForAddress(pr.pr_sysctl) + "\n"