snmp.c | 721 static struct sioc_vif_req v_req; local in function:o_igmpInterfaceTable 764 refresh_vif(v_req, ifnum) 765 struct sioc_vif_req *v_req; variable in typeref:struct:sioc_vif_req * 770 if (quantum!=lastq || v_req->vifi != ifnum) { 772 v_req->vifi = ifnum; 773 if (ioctl(igmp_socket, SIOCGETVIFCNT, (char *)v_req) < 0) 774 v_req->icount = v_req->ocount = v_req->ibytes = v_req->obytes = 0 793 static struct sioc_vif_req v_req; local in function:o_ipMRouteInterfaceTable [all...] |