gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for fundef:IN6_IS_ADDR_MULTICAST (0.01 seconds)
t2ex
bsd_source/lib/libc/src_bsd/include/netinet6/in6.h - 31.7KB - 840 lines
312:  */
313: #define IN6_IS_ADDR_MULTICAST(a)        ((a)->s6_addr[0] == 0xff)
314: 
bsd_source/t2ex/network/net/src_bsd/netinet6/in6.h - 30.1KB - 802 lines
296:  */
297: #define IN6_IS_ADDR_MULTICAST(a)        ((a)->s6_addr[0] == 0xff)
298: