Searched defs:IN_MULTICAST (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/ntp/include/ | ||
H A D | ntp_machine.h | 251 # define IN_MULTICAST IN_CLASSD macro |
/freebsd/sys/netinet/ | ||
H A D | in.h | 371 #define IN_MULTICAST(i) (((in_addr_t)(i) & 0xf0000000) == 0xe0000000) macro |