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

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dif_pppvar.h100 /*hi*/ struct ifqueue sc_rawq; /* received packets */
101 /*net*/ struct ifqueue sc_inq; /* queue of input packets for daemon */
102 /*net*/ struct ifqueue sc_fastq; /* interactive output packet q */
H A Dif_var.h329 struct ifqueue { struct
424 struct ifqueue if_snd;
492 * are queues of messages stored on ifqueue structures
528 if_queue_drop(struct ifqueue *ifq, __unused struct mbuf *m)
535 if_enq_drop(struct ifqueue *ifq, struct mbuf *m)
546 int if_enq_drop(struct ifqueue *, struct mbuf *);
H A Dether_at_pr_module.c87 extern struct ifqueue atalkintrq;
H A Dif_ethersubr.c95 extern struct ifqueue pkintrq;
H A Dether_if_module.c103 extern struct ifqueue pkintrq;
110 extern struct ifqueue atalkintrq;
H A Dether_inet6_pr_module.c101 extern struct ifqueue pkintrq;
H A Dif_loop.c106 extern struct ifqueue atalkintrq;
H A Dif_fddisubr.c400 register struct ifqueue *inq;
H A Dif.c127 static void if_qflush(struct ifqueue *);
1058 if_qflush(struct ifqueue *ifq)
H A Dndrv.c640 ndrv_flushq(struct ifqueue *q)
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dif_ether.h146 extern struct ifqueue arpintrq;
H A Din_var.h169 extern struct ifqueue ipintrq; /* ip packet input queue */
H A Dip_input.c228 struct ifqueue ipintrq;
/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Ddrv_dep.c80 struct ifqueue atalkintrq; /* appletalk and aarp packet input queue */
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Din6_var.h512 extern struct ifqueue ip6intrq; /* IP6 packet input queue */
H A Dip6_input.c177 struct ifqueue ip6intrq;

Completed in 131 milliseconds