Searched defs:nh (Results 26 - 26 of 26) sorted by relevance

12

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspd.c3303 netstack_handle_t nh; local
3307 netstack_next_init(&nh);
3308 while ((ns = netstack_next(&nh)) != NULL) {
3320 netstack_next_fini(&nh);
5018 netstack_handle_t nh; local
5021 netstack_next_init(&nh);
5022 while ((ns = netstack_next(&nh)) != NULL) {
5026 netstack_next_fini(&nh);

Completed in 56 milliseconds

12