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

/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dncu.h113 struct nwamd_if_address { struct
119 struct sockaddr_storage conf_stateless_addr; /* this nwamd_if_address */
120 struct nwamd_if_address *next;
130 struct nwamd_if_address *nwamd_if_list;
H A Dncu_ip.c268 * Returns the nwamd_if_address structure for the given static address,
271 static struct nwamd_if_address *
274 struct nwamd_if_address *nifap, *nifa = ncu->ncu_if.nwamd_if_list;
292 * Returns the nwamd_if_address structure representing the non-static address
294 * nwamd_if_address. Will only return the nwamd_if_address if the relevant
298 static struct nwamd_if_address *
301 struct nwamd_if_address *nifap, *nifa = ncu->ncu_if.nwamd_if_list;
325 * Returns the nwamd_if_address structure that configured the given address,
328 static struct nwamd_if_address *
[all...]
H A Dncu.c229 * nwamd_if_address should not be reused.
735 struct nwamd_if_address **nifa, *nifai, *nifait;
942 * Both stateful and stateless share the same nwamd_if_address because
1108 struct nwamd_if_address *nifa;
1112 struct nwamd_if_address *n;

Completed in 48 milliseconds