Searched refs:npr (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | uipc_domain.c | 332 pf_proto_register(int family, struct protosw *npr) in pf_proto_register() argument 341 if (npr->pr_type == 0) in pf_proto_register() 343 if (npr->pr_protocol == 0) in pf_proto_register() 345 if (npr->pr_usrreqs == NULL) in pf_proto_register() 354 npr->pr_domain = dp; in pf_proto_register() 365 if ((pr->pr_type == npr->pr_type) && in pf_proto_register() 366 (pr->pr_protocol == npr->pr_protocol)) { in pf_proto_register() 382 bcopy(npr, fpr, sizeof(*fpr)); in pf_proto_register()
|
| /f-stack/tools/compat/include/sys/ |
| H A D | protosw.h | 347 int pf_proto_register(int family, struct protosw *npr);
|
| /f-stack/freebsd/sys/ |
| H A D | protosw.h | 349 int pf_proto_register(int family, struct protosw *npr);
|
| /f-stack/freebsd/netinet6/ |
| H A D | nd6.c | 925 struct nd_prefix *pr, *npr; in nd6_timer() local 1033 LIST_FOREACH_SAFE(pr, &V_nd_prefix, ndpr_entry, npr) { in nd6_timer() 1157 struct nd_prefix *pr, *npr; in nd6_purge() local 1169 LIST_FOREACH_SAFE(pr, &V_nd_prefix, ndpr_entry, npr) { in nd6_purge()
|