Home
last modified time | relevance | path

Searched defs:igmpmsg (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netinet/
H A Dip_mroute.h300 struct igmpmsg { struct
301 uint32_t unused1;
302 uint32_t unused2;
303 u_char im_msgtype; /* what type of message */
308 u_char im_mbz; /* must be zero */
309 u_char im_vif; /* vif rec'd on */
310 u_char unused3;
311 struct in_addr im_src, im_dst;
H A Dip_mroute.c2190 static struct igmpmsg igmpmsg = { in bw_upcalls_send() local