Searched refs:igmpr_t (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/IGMP-PROXY/src/include/
H A Digmp.h118 } igmpr_t; typedef in typeref:struct:_igmpr_t
H A Digmprt.h208 igmpr_t* report, int len, int version);
216 igmpr_t* report, int len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/IGMP-PROXY/src/
H A Digmpv3.c1272 igmpr_t *v2_report;
1279 pbuf = (char*) malloc(sizeof(igmpr_t));
1285 v2_report = (igmpr_t *) pbuf;
1294 igmplen += sizeof(igmpr_t);
1724 igmpr_t *v12_report;
1746 p2buf = (char*) malloc(sizeof(igmpr_t));
1767 v12_report = (igmpr_t *) p2buf;
1866 igmpr_t *v2_report;
1872 pbuf = (char*) malloc(sizeof(igmpr_t));
1877 v2_report = (igmpr_t *) pbu
[all...]
H A Digmprt.c667 igmpr_t* report,
1182 igmp_interface_membership_report_v12(igmprt,ifpi,src, (igmpr_t*) ptype, igmplen, IGMP_VERSION_1);
1190 igmp_interface_membership_report_v12(igmprt,ifpi,src, (igmpr_t*) ptype, igmplen, IGMP_VERSION_2);
1207 igmp_interface_leave_group_v2(igmprt,ifpi,src, (igmpr_t*) ptype, igmplen);
1737 igmpr_t* report,

Completed in 120 milliseconds