HomeSort by: relevance | last modified time | path
    Searched defs:vifp (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
ip_mroute.c 634 struct vif *vifp; local in function:ip_mrouter_done
642 vifp = &viftable[vifi];
643 if (!in_nullhost(vifp->v_lcl_addr))
644 reset_vif(vifp);
691 struct vif *vifp; local in function:ip_mrouter_detach
697 vifp = &viftable[vifi];
698 if (vifp->v_ifp == ifp)
699 reset_vif(vifp);
761 struct vif *vifp; local in function:add_vif
771 vifp = &viftable[vifcp->vifc_vifi]
944 struct vif *vifp; local in function:del_vif
1589 struct vif *vifp; local in function:ip_mdq
1814 struct vif *vifp = eparg; local in function:vif_input
1840 struct vif *vifp; local in function:vif_encapcheck
1993 struct vif *vifp = arg; local in function:tbf_reprocess_q
3045 struct ifnet *vifp; local in function:pim_input
    [all...]
ip_mroute.c 634 struct vif *vifp; local in function:ip_mrouter_done
642 vifp = &viftable[vifi];
643 if (!in_nullhost(vifp->v_lcl_addr))
644 reset_vif(vifp);
691 struct vif *vifp; local in function:ip_mrouter_detach
697 vifp = &viftable[vifi];
698 if (vifp->v_ifp == ifp)
699 reset_vif(vifp);
761 struct vif *vifp; local in function:add_vif
771 vifp = &viftable[vifcp->vifc_vifi]
944 struct vif *vifp; local in function:del_vif
1589 struct vif *vifp; local in function:ip_mdq
1814 struct vif *vifp = eparg; local in function:vif_input
1840 struct vif *vifp; local in function:vif_encapcheck
1993 struct vif *vifp = arg; local in function:tbf_reprocess_q
3045 struct ifnet *vifp; local in function:pim_input
    [all...]

Completed in 23 milliseconds