Home
last modified time | relevance | path

Searched refs:INADDR_ALLHOSTS_GROUP (Results 1 – 4 of 4) sorted by relevance

/linux/tools/include/uapi/linux/
H A Din.h327 #define INADDR_ALLHOSTS_GROUP 0xe0000001U /* 224.0.0.1 */ macro
/linux/drivers/net/
H A Damt.c550 iph->daddr = htonl(INADDR_ALLHOSTS_GROUP); in amt_build_igmp_gq()
556 ip_eth_mc_map(htonl(INADDR_ALLHOSTS_GROUP), eth->h_dest); in amt_build_igmp_gq()
/linux/net/ipv4/
H A Digmp.c1645 ip_hdr(skb)->daddr != htonl(INADDR_ALLHOSTS_GROUP)) in ip_mc_check_igmp_query()
/linux/net/bridge/
H A Dbr_multicast.c1249 ip4_dst = ip_dst ? ip_dst->dst.ip4 : htonl(INADDR_ALLHOSTS_GROUP); in br_multicast_alloc_query()