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

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_mroute.c682 struct vif *vifp = viftable + vifcp->vifc_vifi; local
691 if (vifp->v_lcl_addr.s_addr != 0) return EADDRINUSE;
722 bzero(&vifp->v_route, sizeof(vifp->v_route));
739 vifp->v_tbf = v_tbf;
740 GET_TIME(vifp->v_tbf->tbf_last_pkt_t);
741 vifp->v_tbf->tbf_n_tok = 0;
742 vifp->v_tbf->tbf_q_len = 0;
743 vifp->v_tbf->tbf_max_q_len = MAXQSIZE;
744 vifp
782 struct vif *vifp = &viftable[vifi]; local
1076 struct vif *vifp; local
1341 struct vif *vifp; local
1481 phyint_send(struct ip *ip, struct vif *vifp, struct mbuf *m) argument
1504 encap_send(struct ip *ip, struct vif *vifp, struct mbuf *m) argument
1587 struct vif *vifp; local
1646 tbf_control(struct vif *vifp, struct mbuf *m, struct ip *ip, u_int32_t p_len) argument
1697 tbf_queue(struct vif *vifp, struct mbuf *m) argument
1727 tbf_process_q(struct vif *vifp) argument
1763 struct vif *vifp = xvifp; local
1781 tbf_dq_sel(struct vif *vifp, struct ip *ip) argument
1813 tbf_send_packet(struct vif *vifp, struct mbuf *m) argument
1858 tbf_update_tokens(struct vif *vifp) argument
1885 priority(__unused struct vif *vifp, struct ip *ip) argument
[all...]

Completed in 18 milliseconds