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

/xnu-2422.115.4/bsd/net/
H A Dnetsrc.c93 struct netsrc_req *nrq, storage; local
95 if (mbuf_pkthdr_len(m) < sizeof(*nrq)) {
99 if (mbuf_len(m) >= sizeof(*nrq))
100 nrq = mbuf_data(m);
103 nrq = &storage;
106 if (nrq->nrq_ver != NETSRC_VERSION1) {
110 switch (nrq->nrq_sin.sin_family) {
112 error = netsrc_ipv4(kctl, unit, nrq);
115 error = netsrc_ipv6(kctl, unit, nrq);
129 netsrc_ipv4(kern_ctl_ref kctl, uint32_t unit, struct netsrc_req *nrq) argument
186 netsrc_ipv6(kern_ctl_ref kctl, uint32_t unit, struct netsrc_req *nrq) argument
[all...]

Completed in 79 milliseconds