Searched refs:ifnet (Results 226 - 250 of 636) sorted by relevance

1234567891011>>

/freebsd-9.3-release/sys/netinet6/
H A Din6_gif.c82 struct ifnet *);
97 in6_gif_output(struct ifnet *ifp,
293 struct ifnet *gifp = NULL;
380 struct ifnet *ifp)
438 struct ifnet *ifp;
H A Din6.c135 struct ifnet *, struct thread *);
136 static int in6_ifinit(struct ifnet *, struct in6_ifaddr *,
138 static void in6_unlink_ifa(struct in6_ifaddr *, struct ifnet *);
152 struct ifnet *ifp;
196 struct ifnet *ifp;
268 struct ifnet *ifp, struct thread *td)
823 in6_update_ifa_join_mc(struct ifnet *ifp, struct in6_aliasreq *ifra,
999 in6_update_ifa(struct ifnet *ifp, struct in6_aliasreq *ifra,
1326 in6_purgeaddr_mc(struct ifnet *ifp, struct in6_ifaddr *ia, struct ifaddr *ifa0)
1457 struct ifnet *if
[all...]
/freebsd-9.3-release/contrib/libpcap/
H A Dpcap-dlpi.c1611 { "ifnet" },
1625 struct ifnet ifnet; local
1626 char if_name[sizeof(ifnet.if_name) + 1];
1653 for (; addr != NULL; addr = ifnet.if_next) {
1655 &ifnet, sizeof(ifnet), ebuf) < 0 ||
1656 dlpi_kread(kd, (off_t)ifnet.if_name,
1657 if_name, sizeof(ifnet.if_name), ebuf) < 0) {
1661 if_name[sizeof(ifnet
[all...]
/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpf_if.c115 void pfi_instance_add(struct ifnet *, int, int);
121 void pfi_attach_ifnet_event(void * __unused, struct ifnet *);
122 void pfi_detach_ifnet_event(void * __unused, struct ifnet *);
126 void pfi_ifaddr_event(void * __unused, struct ifnet *);
165 struct ifnet *ifp;
343 pfi_attach_ifnet(struct ifnet *ifp)
374 pfi_detach_ifnet(struct ifnet *ifp)
655 pfi_instance_add(struct ifnet *ifp, int net, int flags)
1039 pfi_attach_ifnet_event(void *arg __unused, struct ifnet *ifp)
1053 pfi_detach_ifnet_event(void *arg __unused, struct ifnet *if
[all...]
/freebsd-9.3-release/sys/dev/usb/net/
H A Dif_aue.c215 static int aue_ifmedia_upd(struct ifnet *);
216 static void aue_ifmedia_sts(struct ifnet *, struct ifmediareq *);
534 struct ifnet *ifp = uether_getifp(ue);
730 struct ifnet *ifp = uether_getifp(&sc->sc_ue);
774 struct ifnet *ifp = uether_getifp(ue);
840 struct ifnet *ifp = uether_getifp(&sc->sc_ue);
954 struct ifnet *ifp = uether_getifp(ue);
989 struct ifnet *ifp = uether_getifp(ue);
1004 aue_ifmedia_upd(struct ifnet *ifp)
1023 aue_ifmedia_sts(struct ifnet *if
[all...]
H A Dif_mos.c172 static int mos_ifmedia_upd(struct ifnet *);
173 static void mos_ifmedia_sts(struct ifnet *, struct ifmediareq *);
524 mos_ifmedia_upd(struct ifnet *ifp)
545 mos_ifmedia_sts(struct ifnet *ifp, struct ifmediareq *ifmr)
562 struct ifnet *ifp = uether_getifp(ue);
586 struct ifnet *ifp = uether_getifp(ue);
778 struct ifnet *ifp = uether_getifp(ue);
850 struct ifnet *ifp = uether_getifp(&sc->sc_ue);
934 struct ifnet *ifp = uether_getifp(ue);
976 struct ifnet *if
[all...]
H A Dif_rue.c148 static int rue_ifmedia_upd(struct ifnet *);
149 static void rue_ifmedia_sts(struct ifnet *, struct ifmediareq *);
452 struct ifnet *ifp = uether_getifp(ue);
470 struct ifnet *ifp = uether_getifp(ue);
631 struct ifnet *ifp = uether_getifp(&sc->sc_ue);
673 struct ifnet *ifp = uether_getifp(ue);
723 struct ifnet *ifp = uether_getifp(&sc->sc_ue);
826 struct ifnet *ifp = uether_getifp(ue);
864 rue_ifmedia_upd(struct ifnet *ifp)
883 rue_ifmedia_sts(struct ifnet *if
[all...]
H A Dif_cue.c289 struct ifnet *ifp = uether_getifp(ue);
307 struct ifnet *ifp = uether_getifp(ue);
449 struct ifnet *ifp = uether_getifp(ue);
497 struct ifnet *ifp = uether_getifp(&sc->sc_ue);
558 struct ifnet *ifp = uether_getifp(ue);
586 struct ifnet *ifp = uether_getifp(ue);
636 struct ifnet *ifp = uether_getifp(ue);
H A Dif_udav.c103 static int udav_ifmedia_upd(struct ifnet *);
104 static void udav_ifmedia_status(struct ifnet *, struct ifmediareq *);
427 struct ifnet *ifp = uether_getifp(&sc->sc_ue);
499 struct ifnet *ifp = uether_getifp(&sc->sc_ue);
539 struct ifnet *ifp = uether_getifp(&sc->sc_ue);
571 struct ifnet *ifp = uether_getifp(&sc->sc_ue);
653 struct ifnet *ifp = uether_getifp(ue);
729 struct ifnet *ifp = uether_getifp(&sc->sc_ue);
748 udav_ifmedia_upd(struct ifnet *ifp)
764 udav_ifmedia_status(struct ifnet *if
[all...]
/freebsd-9.3-release/sys/dev/virtio/network/
H A Dif_vtnet.c110 static int vtnet_ioctl(struct ifnet *, u_long, caddr_t);
144 static void vtnet_start_locked(struct vtnet_txq *, struct ifnet *);
145 static void vtnet_start(struct ifnet *);
148 static int vtnet_txq_mq_start(struct ifnet *, struct mbuf *);
158 static void vtnet_qflush(struct ifnet *);
200 static void vtnet_register_vlan(void *, struct ifnet *, uint16_t);
201 static void vtnet_unregister_vlan(void *, struct ifnet *, uint16_t);
205 static int vtnet_ifmedia_upd(struct ifnet *);
206 static void vtnet_ifmedia_sts(struct ifnet *, struct ifmediareq *);
421 struct ifnet *if
[all...]
/freebsd-9.3-release/sys/dev/le/
H A Dam7990.c148 struct ifnet *ifp = sc->sc_ifp;
212 struct ifnet *ifp = sc->sc_ifp;
308 struct ifnet *ifp = sc->sc_ifp;
391 struct ifnet *ifp = sc->sc_ifp;
495 struct ifnet *ifp = sc->sc_ifp;
577 struct ifnet *ifp = sc->sc_ifp;
600 struct ifnet *ifp = sc->sc_ifp;
H A Dam79900.c186 struct ifnet *ifp = sc->sc_ifp;
252 struct ifnet *ifp = sc->sc_ifp;
345 struct ifnet *ifp = sc->sc_ifp;
429 struct ifnet *ifp = sc->sc_ifp;
533 struct ifnet *ifp = sc->sc_ifp;
616 struct ifnet *ifp = sc->sc_ifp;
638 struct ifnet *ifp = sc->sc_ifp;
/freebsd-9.3-release/sys/dev/ath/
H A Dif_ath.c127 static void ath_stop_locked(struct ifnet *);
128 static void ath_stop(struct ifnet *);
129 static void ath_start(struct ifnet *);
131 static int ath_media_change(struct ifnet *);
133 static int ath_ioctl(struct ifnet *, u_long, caddr_t);
139 static void ath_update_mcast(struct ifnet *);
140 static void ath_update_promisc(struct ifnet *);
143 static void ath_updateslot(struct ifnet *);
270 struct ifnet *ifp;
748 struct ifnet *if
[all...]
/freebsd-9.3-release/sys/dev/qlxgb/
H A Dqla_os.c87 static int qla_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data);
88 static int qla_media_change(struct ifnet *ifp);
89 static void qla_media_status(struct ifnet *ifp, struct ifmediareq *ifmr);
207 struct ifnet *ifp;
402 struct ifnet *ifp;
652 struct ifnet *ifp;
710 struct ifnet *ifp = ha->ifp;
760 struct ifnet *ifp = ha->ifp;
786 qla_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data)
935 qla_media_change(struct ifnet *if
[all...]
/freebsd-9.3-release/sys/net80211/
H A Dieee80211_proto.c116 struct ifnet *ifp = ni->ni_ic->ic_ifp;
126 struct ifnet *ifp = ic->ic_ifp;
187 struct ifnet *ifp = vap->iv_ifp;
1118 struct ifnet *parent = arg;
1127 struct ifnet *parent = ic->ic_ifp;
1136 struct ifnet *parent = ic->ic_ifp;
1175 struct ifnet *ifp = vap->iv_ifp;
1177 struct ifnet *parent = ic->ic_ifp;
1278 struct ifnet *ifp = vap->iv_ifp;
1287 * then mark it's ifnet no
[all...]
/freebsd-9.3-release/sys/dev/et/
H A Dif_et.c99 static int et_ioctl(struct ifnet *, u_long, caddr_t);
100 static void et_start_locked(struct ifnet *);
101 static void et_start(struct ifnet *);
103 static int et_ifmedia_upd_locked(struct ifnet *);
104 static int et_ifmedia_upd(struct ifnet *);
105 static void et_ifmedia_sts(struct ifnet *, struct ifmediareq *);
221 struct ifnet *ifp;
503 struct ifnet *ifp;
598 et_ifmedia_upd_locked(struct ifnet *ifp)
612 et_ifmedia_upd(struct ifnet *if
[all...]
/freebsd-9.3-release/sys/dev/ixgb/
H A Dif_ixgb.c97 static void ixgb_start(struct ifnet *);
98 static void ixgb_start_locked(struct ifnet *);
99 static int ixgb_ioctl(struct ifnet *, IOCTL_CMD_TYPE, caddr_t);
104 static void ixgb_media_status(struct ifnet *, struct ifmediareq *);
105 static int ixgb_media_change(struct ifnet *);
382 struct ifnet *ifp = adapter->ifp;
459 ixgb_start_locked(struct ifnet * ifp)
495 ixgb_start(struct ifnet *ifp)
515 ixgb_ioctl(struct ifnet * ifp, IOCTL_CMD_TYPE command, caddr_t data)
627 struct ifnet *if
[all...]
/freebsd-9.3-release/sys/dev/usb/wlan/
H A Dif_upgt.c133 static int upgt_ioctl(struct ifnet *, u_long, caddr_t);
134 static void upgt_start(struct ifnet *);
145 static void upgt_update_mcast(struct ifnet *);
245 struct ifnet *ifp;
397 struct ifnet *ifp = sc->sc_ifp;
464 upgt_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data)
513 struct ifnet *ifp = sc->sc_ifp;
525 struct ifnet *ifp = sc->sc_ifp;
628 struct ifnet *ifp = sc->sc_ifp;
642 struct ifnet *if
[all...]
/freebsd-9.3-release/sys/dev/sf/
H A Dif_sf.c165 static void sf_start(struct ifnet *);
166 static void sf_start_locked(struct ifnet *);
167 static int sf_ioctl(struct ifnet *, u_long, caddr_t);
173 static int sf_ifmedia_upd(struct ifnet *);
174 static int sf_ifmedia_upd_locked(struct ifnet *);
175 static void sf_ifmedia_sts(struct ifnet *, struct ifmediareq *);
195 static int sf_poll(struct ifnet *ifp, enum poll_cmd cmd, int count);
396 struct ifnet *ifp;
454 struct ifnet *ifp;
514 sf_ifmedia_upd(struct ifnet *if
[all...]
/freebsd-9.3-release/sys/dev/ste/
H A Dif_ste.c108 static int ste_ifmedia_upd(struct ifnet *);
109 static void ste_ifmedia_sts(struct ifnet *, struct ifmediareq *);
115 static int ste_ioctl(struct ifnet *, u_long, caddr_t);
128 static void ste_start(struct ifnet *);
129 static void ste_start_locked(struct ifnet *);
255 struct ifnet *ifp;
302 ste_ifmedia_upd(struct ifnet *ifp)
321 ste_ifmedia_sts(struct ifnet *ifp, struct ifmediareq *ifmr)
408 struct ifnet *ifp;
459 ste_poll(struct ifnet *if
[all...]
/freebsd-9.3-release/sys/dev/stge/
H A Dif_stge.c132 static void stge_start(struct ifnet *);
133 static void stge_start_locked(struct ifnet *);
135 static int stge_ioctl(struct ifnet *, u_long, caddr_t);
167 static int stge_mediachange(struct ifnet *);
168 static void stge_mediastatus(struct ifnet *, struct ifmediareq *);
177 static int stge_poll(struct ifnet *, enum poll_cmd, int);
344 stge_mediastatus(struct ifnet *ifp, struct ifmediareq *ifmr)
363 stge_mediachange(struct ifnet *ifp)
434 struct ifnet *ifp;
664 struct ifnet *if
[all...]
/freebsd-9.3-release/sys/dev/vge/
H A Dif_vge.c174 static void vge_ifmedia_sts(struct ifnet *, struct ifmediareq *);
175 static int vge_ifmedia_upd(struct ifnet *);
181 static int vge_ioctl(struct ifnet *, u_long, caddr_t);
196 static void vge_start(struct ifnet *);
197 static void vge_start_locked(struct ifnet *);
515 struct ifnet *ifp;
537 struct ifnet *ifp;
993 struct ifnet *ifp;
1164 struct ifnet *ifp;
1374 struct ifnet *if
[all...]
/freebsd-9.3-release/sys/dev/tx/
H A Dif_tx.c85 static int epic_ifioctl(struct ifnet *, u_long, caddr_t);
88 static void epic_ifstart(struct ifnet *);
89 static void epic_ifstart_locked(struct ifnet *);
119 static int epic_ifmedia_upd(struct ifnet *);
120 static int epic_ifmedia_upd_locked(struct ifnet *);
121 static void epic_ifmedia_sts(struct ifnet *, struct ifmediareq *);
222 struct ifnet *ifp;
235 /* Fill ifnet structure. */
478 struct ifnet *ifp;
522 epic_ifioctl(struct ifnet *if
[all...]
/freebsd-9.3-release/sys/dev/if_ndis/
H A Dif_ndis.c161 static void ndis_update_mcast (struct ifnet *ifp);
162 static void ndis_update_promisc (struct ifnet *ifp);
163 static void ndis_start (struct ifnet *);
167 static int ndis_ioctl (struct ifnet *, u_long, caddr_t);
168 static int ndis_ioctl_80211 (struct ifnet *, u_long, caddr_t);
182 static int ndis_ifmedia_upd (struct ifnet *);
183 static void ndis_ifmedia_sts (struct ifnet *, struct ifmediareq *);
192 static void ndis_media_status (struct ifnet *, struct ifmediareq *);
284 struct ifnet *ifp;
362 struct ifnet *if
[all...]
/freebsd-9.3-release/sys/dev/pdq/
H A Dpdq_ifsubr.c36 * (ie. it provides an ifnet interface to the rest of the system)
124 struct ifnet *ifp;
148 pdq_ifstart_locked(struct ifnet *ifp)
212 pdq_ifstart(struct ifnet *ifp)
230 struct ifnet *ifp = PDQ_IFNET(sc);
304 struct ifnet *ifp;
349 struct ifnet *ifp)
372 struct ifnet *ifp,
415 struct ifnet *ifp,
465 struct ifnet *if
[all...]

Completed in 436 milliseconds

1234567891011>>