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

/xnu-2422.115.4/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;
735 vifp->v_tbf = v_tbf;
736 GET_TIME(vifp->v_tbf->tbf_last_pkt_t);
737 vifp->v_tbf->tbf_n_tok = 0;
738 vifp->v_tbf->tbf_q_len = 0;
739 vifp->v_tbf->tbf_max_q_len = MAXQSIZE;
740 vifp->v_tbf->tbf_q = vifp->v_tbf->tbf_t = NULL;
742 vifp
778 struct vif *vifp = &viftable[vifi]; local
1072 struct vif *vifp; local
1337 struct vif *vifp; local
1477 phyint_send(struct ip *ip, struct vif *vifp, struct mbuf *m) argument
1500 encap_send(struct ip *ip, struct vif *vifp, struct mbuf *m) argument
1579 struct vif *vifp; local
1638 tbf_control(struct vif *vifp, struct mbuf *m, struct ip *ip, u_int32_t p_len) argument
1689 tbf_queue(struct vif *vifp, struct mbuf *m) argument
1719 tbf_process_q(struct vif *vifp) argument
1755 struct vif *vifp = xvifp; local
1773 tbf_dq_sel(struct vif *vifp, struct ip *ip) argument
1805 tbf_send_packet(struct vif *vifp, struct mbuf *m) argument
1852 tbf_update_tokens(struct vif *vifp) argument
1879 priority(__unused struct vif *vifp, struct ip *ip) argument
[all...]

Completed in 16 milliseconds