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

/freebsd-11.0-release/usr.sbin/rpcbind/
H A Dutil.c86 p1 = (uint8_t*) &SA2SIN6ADDR(dst);
87 p2 = (uint8_t*) &SA2SIN6ADDR(src);
88 netmask = (uint8_t*) &SA2SIN6ADDR(mask);
232 if (IN6_IS_ADDR_LINKLOCAL(&SA2SIN6ADDR(ifsa)) &&
233 IN6_IS_ADDR_LINKLOCAL(&SA2SIN6ADDR(caller_sa)) &&
234 IN6_IS_ADDR_LINKLOCAL(&SA2SIN6ADDR(hint_sa))) {
H A Drpcbind.h152 #define SA2SIN6ADDR(sa) (SA2SIN6(sa)->sin6_addr) macro
H A Drpcbind.c723 if (memcmp(&SA2SIN6ADDR(sa), &SA2SIN6ADDR(bound_sa[i]),

Completed in 60 milliseconds