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

/illumos-gate/usr/src/uts/common/net/
H A Dif_arp.h97 #define ATF_AUTHORITY 0x20 /* hardware address is authoritative */ macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Darp.c265 ar.xarp_flags |= ATF_AUTHORITY;
274 if ((ar.xarp_flags & (ATF_PERM|ATF_AUTHORITY)) == ATF_AUTHORITY) {
356 if (ar.xarp_flags & ATF_AUTHORITY)
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c8245 if (arp_flags & ATF_AUTHORITY)
9253 *flagsp |= ATF_AUTHORITY;

Completed in 143 milliseconds