• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/xnu-2422.115.4/bsd/net/

Lines Matching refs:ifnet

144 struct ifnet *lo_ifp = NULL;
152 static errno_t lo_demux(struct ifnet *, struct mbuf *, char *,
155 lo_framer(struct ifnet *, struct mbuf **, const struct sockaddr *,
157 static errno_t lo_add_proto(struct ifnet *, protocol_family_t,
159 static errno_t lo_del_proto(struct ifnet *, protocol_family_t);
160 static int lo_output(struct ifnet *, struct mbuf *);
161 static errno_t lo_pre_enqueue(struct ifnet *, struct mbuf *);
162 static void lo_start(struct ifnet *);
163 static errno_t lo_pre_output(struct ifnet *, protocol_family_t, struct mbuf **,
165 static errno_t lo_input(struct ifnet *, protocol_family_t, struct mbuf *);
167 static errno_t lo_ioctl(struct ifnet *, u_long, void *);
168 static errno_t lo_attach_proto(struct ifnet *, protocol_family_t);
170 static errno_t lo_set_bpf_tap(struct ifnet *, bpf_tap_mode, bpf_packet_func);
206 lo_demux(struct ifnet *ifp, struct mbuf *m, char *frame_header,
219 lo_framer(struct ifnet *ifp, struct mbuf **m, const struct sockaddr *dest,
243 lo_add_proto(struct ifnet *interface, protocol_family_t protocol_family,
251 lo_del_proto(struct ifnet *ifp, protocol_family_t protocol)
263 lo_output(struct ifnet *ifp, struct mbuf *m_list)
315 lo_pre_enqueue(struct ifnet *ifp, struct mbuf *m0)
368 lo_start(struct ifnet *ifp)
423 lo_pre_output(struct ifnet *ifp, protocol_family_t protocol_family,
457 lo_input(struct ifnet *ifp, protocol_family_t protocol_family, struct mbuf *m)
486 lo_ioctl(struct ifnet *ifp, u_long cmd, void *data)
551 lo_attach_proto(struct ifnet *ifp, protocol_family_t protocol_family)
588 lo_set_bpf_tap(struct ifnet *ifp, bpf_tap_mode mode,
651 panic("%s: couldn't allocate loopback ifnet (%d)\n",
672 panic("%s: couldn't attach loopback ifnet (%d)\n",