Searched defs:ill_lookup_on_name (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c3337 * interface ILLs and the special loopback ILL created by ill_lookup_on_name.
3684 ill_lookup_on_name(char *name, boolean_t do_alloc, boolean_t isv6, function
9371 ill = ill_lookup_on_name(name, B_FALSE, isv6, NULL, ipst);
11898 * ill_lookup_on_name (acquires ill_g_lock) -> ipif_allocate ->
13711 * before the slash. ill_lookup_on_name returns a held ill.
13713 * ill_lookup_on_name will clear it.
13715 ill = ill_lookup_on_name(name, do_alloc, isv6,
13851 * before the slash. ill_lookup_on_name returns a held ill.
13853 * ill_lookup_on_name will clear it.
13855 ill = ill_lookup_on_name(nam
[all...]

Completed in 105 milliseconds