| Search | Google it | Results 1 - 2 of 2 for fundef:IN6_IS_ADDR_LOOPBACK (0.00 seconds) |
256: */ 257: #define IN6_IS_ADDR_LOOPBACK(a) \ 258: ((*(const u_int32_t *)(const void *)(&(a)->s6_addr[0]) == 0) && \
241: */ 242: #define IN6_IS_ADDR_LOOPBACK(a) \ 243: ((*(const uint32_t *)(const void *)(&(a)->s6_addr[0]) == 0) && \