Home
last modified time | relevance | path

Searched refs:phyint_get_lla (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dtables.h261 extern int phyint_get_lla(struct phyint *pi, struct lifreq *lifrp);
H A Dndp.c1218 if (phyint_get_lla(pi, &lifr) != 0) in incoming_lla_opt()
H A Dmain.c162 if (phyint_get_lla(pi, &lifr) == -1) in add_opt_lla()
H A Dtables.c646 phyint_get_lla(struct phyint *pi, struct lifreq *lifrp) in phyint_get_lla() function