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

/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A DMakefile13 ip_frag.h ip_auth.h ip_lookup.h ip_pool.h ip_htable.h ipf_stack.h
/illumos-gate/usr/src/cmd/fm/modules/common/ip-transport/
H A Dip.c109 static nvlist_t *ip_auth; /* authority to use for transport(s) */ variable
353 if (ip_auth != NULL)
354 err = nvlist_dup(ip_auth, &nvl, 0);
363 if (ip_auth != NULL)
1026 (void) nvlist_alloc(&ip_auth, 0, 0);
1027 (void) nvlist_add_uint8(ip_auth,
1043 (void) nvlist_add_string(ip_auth, p, r + 1);
1059 nvlist_free(ip_auth);

Completed in 71 milliseconds