Searched refs:ifp (Results 126 - 150 of 447) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dan.c166 struct ifnet *ifp = &sc->sc_if; local
251 memcpy(ifp->if_xname, device_xname(sc->sc_dev), IFNAMSIZ);
253 ifp->if_softc = sc;
254 ifp->if_flags = IFF_BROADCAST | IFF_NOTRAILERS | IFF_SIMPLEX |
256 ifp->if_ioctl = an_ioctl;
257 ifp->if_start = an_start;
258 ifp->if_init = an_init;
259 ifp->if_stop = an_stop;
260 ifp->if_watchdog = an_watchdog;
261 IFQ_SET_READY(&ifp
407 struct ifnet *ifp = &sc->sc_if; local
439 struct ifnet *ifp = &sc->sc_if; local
487 an_init(struct ifnet *ifp) argument
640 an_stop(struct ifnet *ifp, int disable) argument
674 an_start(struct ifnet *ifp) argument
836 an_watchdog(struct ifnet *ifp) argument
856 an_ioctl(struct ifnet *ifp, u_long command, void *data) argument
914 an_media_change(struct ifnet *ifp) argument
967 an_media_status(struct ifnet *ifp, struct ifmediareq *imr) argument
1162 struct ifnet *ifp = &sc->sc_if; local
1330 struct ifnet *ifp = &sc->sc_if; local
1486 struct ifnet *ifp = &sc->sc_if; local
[all...]
H A Drtl8169.c419 struct ifnet *ifp = &sc->ethercom.ec_if; local
446 ifp->if_flags |= IFF_PROMISC;
448 re_init(ifp);
449 re_stop(ifp, 0);
451 re_init(ifp);
467 IF_ENQUEUE(&ifp->if_snd, m0);
468 re_start(ifp);
540 ifp->if_flags &= ~IFF_PROMISC;
541 re_stop(ifp, 0);
558 struct ifnet *ifp; local
920 struct ifnet *ifp = &sc->ethercom.ec_if; local
1134 struct ifnet *ifp; local
1329 struct ifnet *ifp; local
1417 struct ifnet *ifp; local
1473 re_start(struct ifnet *ifp) argument
1725 re_init(struct ifnet *ifp) argument
1911 re_ioctl(struct ifnet *ifp, u_long command, void *data) argument
1957 re_watchdog(struct ifnet *ifp) argument
1980 re_stop(struct ifnet *ifp, int disable) argument
[all...]
H A Di82596.c196 struct ifnet *ifp = &sc->sc_ethercom.ec_if; local
207 if ((ifp->if_flags & IFF_RUNNING) == 0) {
259 rx_mbuf->m_pkthdr.rcvif = ifp;
283 bpf_mtap(ifp, rx_mbuf);
284 (*ifp->if_input)(ifp, rx_mbuf);
285 ifp->if_ipackets++;
332 ifp->if_timer = 0;
354 ifp->if_opackets++;
355 ifp
472 struct ifnet *ifp = &sc->sc_ethercom.ec_if; local
568 struct ifnet *ifp = &sc->sc_ethercom.ec_if; local
689 struct ifnet *ifp = &sc->sc_ethercom.ec_if; local
705 iee_mediachange(struct ifnet *ifp) argument
717 iee_mediastatus(struct ifnet *ifp, struct ifmediareq *ifmreq) argument
729 iee_start(struct ifnet *ifp) argument
824 iee_ioctl(struct ifnet *ifp, u_long cmd, void *data) argument
863 iee_init(struct ifnet *ifp) argument
1013 iee_stop(struct ifnet *ifp, int disable) argument
1047 iee_watchdog(struct ifnet *ifp) argument
[all...]
H A Di82557.c257 struct ifnet *ifp; local
354 ifp = &sc->sc_ethercom.ec_if;
366 strlcpy(ifp->if_xname, device_xname(sc->sc_dev), IFNAMSIZ);
367 ifp->if_softc = sc;
368 ifp->if_flags = IFF_BROADCAST | IFF_SIMPLEX | IFF_MULTICAST;
369 ifp->if_ioctl = fxp_ioctl;
370 ifp->if_start = fxp_start;
371 ifp->if_watchdog = fxp_watchdog;
372 ifp->if_init = fxp_init;
373 ifp
797 fxp_start(struct ifnet *ifp) argument
1072 struct ifnet *ifp = &sc->sc_ethercom.ec_if; local
1157 struct ifnet *ifp = &sc->sc_ethercom.ec_if; local
1241 struct ifnet *ifp = &sc->sc_ethercom.ec_if; local
1338 struct ifnet *ifp = &sc->sc_ethercom.ec_if; local
1482 struct ifnet *ifp = &sc->sc_ethercom.ec_if; local
1608 fxp_stop(struct ifnet *ifp, int disable) argument
1665 fxp_watchdog(struct ifnet *ifp) argument
1679 fxp_init(struct ifnet *ifp) argument
2040 fxp_mii_mediastatus(struct ifnet *ifp, struct ifmediareq *ifmr) argument
2054 fxp_80c24_mediachange(struct ifnet *ifp) argument
2062 fxp_80c24_mediastatus(struct ifnet *ifp, struct ifmediareq *ifmr) argument
2167 fxp_ioctl(struct ifnet *ifp, u_long cmd, void *data) argument
2220 struct ifnet *ifp = &sc->sc_ethercom.ec_if; local
2498 struct ifnet *ifp = &sc->sc_ethercom.ec_if; local
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/xen/xen/
H A Dif_xennet_xenbus.c265 struct ifnet *ifp = &sc->sc_ethercom.ec_if; local
364 strlcpy(ifp->if_xname, device_xname(self), IFNAMSIZ);
365 ifp->if_softc = sc;
366 ifp->if_start = xennet_start;
367 ifp->if_ioctl = xennet_ioctl;
368 ifp->if_watchdog = xennet_watchdog;
369 ifp->if_init = xennet_init;
370 ifp->if_stop = xennet_stop;
371 ifp->if_flags = IFF_BROADCAST|IFF_SIMPLEX|IFF_NOTRAILERS|IFF_MULTICAST;
372 ifp
417 struct ifnet *ifp = &sc->sc_ethercom.ec_if; local
914 struct ifnet *ifp = &sc->sc_ethercom.ec_if; local
971 struct ifnet *ifp = &sc->sc_ethercom.ec_if; local
1129 xennet_start(struct ifnet *ifp) argument
1162 struct ifnet *ifp = &sc->sc_ethercom.ec_if; local
1336 xennet_ioctl(struct ifnet *ifp, u_long cmd, void *data) argument
1359 xennet_watchdog(struct ifnet *ifp) argument
1365 xennet_init(struct ifnet *ifp) argument
1388 xennet_stop(struct ifnet *ifp, int disable) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dif_bce.c252 struct ifnet *ifp; local
401 ifp = &sc->ethercom.ec_if;
402 strcpy(ifp->if_xname, device_xname(self));
403 ifp->if_softc = sc;
404 ifp->if_flags = IFF_BROADCAST | IFF_SIMPLEX | IFF_MULTICAST;
405 ifp->if_ioctl = bce_ioctl;
406 ifp->if_start = bce_start;
407 ifp->if_watchdog = bce_watchdog;
408 ifp->if_init = bce_init;
409 ifp
471 bce_ioctl(struct ifnet *ifp, u_long cmd, void *data) argument
491 bce_start(struct ifnet *ifp) argument
636 bce_watchdog(struct ifnet *ifp) argument
653 struct ifnet *ifp; local
721 struct ifnet *ifp = &sc->ethercom.ec_if; local
830 struct ifnet *ifp = &sc->ethercom.ec_if; local
870 bce_init(struct ifnet *ifp) argument
1078 bce_stop(struct ifnet *ifp, int disable) argument
1308 bce_set_filter(struct ifnet *ifp) argument
[all...]
H A Dif_ste.c295 struct ifnet *ifp = &sc->sc_ethercom.ec_if; local
455 sc->sc_mii.mii_ifp = ifp;
470 ifp = &sc->sc_ethercom.ec_if;
471 strlcpy(ifp->if_xname, device_xname(&sc->sc_dev), IFNAMSIZ);
472 ifp->if_softc = sc;
473 ifp->if_flags = IFF_BROADCAST | IFF_SIMPLEX | IFF_MULTICAST;
474 ifp->if_ioctl = ste_ioctl;
475 ifp->if_start = ste_start;
476 ifp->if_watchdog = ste_watchdog;
477 ifp
580 ste_start(struct ifnet *ifp) argument
767 ste_watchdog(struct ifnet *ifp) argument
788 ste_ioctl(struct ifnet *ifp, u_long cmd, void *data) argument
822 struct ifnet *ifp = &sc->sc_ethercom.ec_if; local
920 struct ifnet *ifp = &sc->sc_ethercom.ec_if; local
968 struct ifnet *ifp = &sc->sc_ethercom.ec_if; local
1084 struct ifnet *ifp = &sc->sc_ethercom.ec_if; local
1196 ste_init(struct ifnet *ifp) argument
1366 ste_stop(struct ifnet *ifp, int disable) argument
1508 struct ifnet *ifp = &sc->sc_ethercom.ec_if; local
[all...]
H A Dif_lii.c239 struct ifnet *ifp = &sc->sc_ec.ec_if; local
311 sc->sc_mii.mii_ifp = ifp;
321 strlcpy(ifp->if_xname, device_xname(self), IFNAMSIZ);
322 ifp->if_softc = sc;
323 ifp->if_flags = IFF_BROADCAST | IFF_SIMPLEX | IFF_MULTICAST;
324 ifp->if_ioctl = lii_ioctl;
325 ifp->if_start = lii_start;
326 ifp->if_watchdog = lii_watchdog;
327 ifp->if_init = lii_init;
328 ifp
656 lii_media_change(struct ifnet *ifp) argument
668 lii_media_status(struct ifnet *ifp, struct ifmediareq *imr) argument
680 lii_init(struct ifnet *ifp) argument
856 lii_start(struct ifnet *ifp) argument
896 lii_stop(struct ifnet *ifp, int disable) argument
959 struct ifnet *ifp = &sc->sc_ec.ec_if; local
1012 struct ifnet *ifp = &sc->sc_ec.ec_if; local
1121 lii_watchdog(struct ifnet *ifp) argument
1131 lii_ioctl(struct ifnet *ifp, u_long cmd, void *data) argument
1171 struct ifnet *ifp = &ec->ec_if; local
[all...]
H A Dif_vr.c456 struct ifnet *ifp; local
464 ifp = &sc->vr_ec.ec_if;
468 if (ifp->if_flags & IFF_PROMISC) {
470 ifp->if_flags |= IFF_ALLMULTI;
499 ifp->if_flags &= ~IFF_ALLMULTI;
593 struct ifnet *ifp; local
599 ifp = &sc->vr_ec.ec_if;
625 ifp->if_ierrors++;
665 ifp->if_ierrors++;
689 ifp
801 struct ifnet *ifp; local
834 struct ifnet *ifp = &sc->vr_ec.ec_if; local
909 struct ifnet *ifp; local
1002 vr_start(struct ifnet *ifp) argument
1177 vr_init(struct ifnet *ifp) argument
1293 vr_ioctl(struct ifnet *ifp, u_long command, void *data) argument
1334 vr_watchdog(struct ifnet *ifp) argument
1389 vr_stop(struct ifnet *ifp, int disable) argument
1490 struct ifnet *ifp; local
[all...]
H A Dif_dge.c664 struct ifnet *ifp = &sc->sc_ethercom.ec_if; local
868 ifp = &sc->sc_ethercom.ec_if;
869 strlcpy(ifp->if_xname, device_xname(&sc->sc_dev), IFNAMSIZ);
870 ifp->if_softc = sc;
871 ifp->if_flags = IFF_BROADCAST | IFF_SIMPLEX | IFF_MULTICAST;
872 ifp->if_ioctl = dge_ioctl;
873 ifp->if_start = dge_start;
874 ifp->if_watchdog = dge_watchdog;
875 ifp->if_init = dge_init;
876 ifp
1130 dge_start(struct ifnet *ifp) argument
1363 dge_watchdog(struct ifnet *ifp) argument
1393 dge_ioctl(struct ifnet *ifp, u_long cmd, void *data) argument
1478 struct ifnet *ifp = &sc->sc_ethercom.ec_if; local
1544 struct ifnet *ifp = &sc->sc_ethercom.ec_if; local
1608 struct ifnet *ifp = &sc->sc_ethercom.ec_if; local
1843 dge_init(struct ifnet *ifp) argument
2055 dge_stop(struct ifnet *ifp, int disable) argument
2194 struct ifnet *ifp = &sc->sc_ethercom.ec_if; local
2355 dge_xgmii_mediastatus(struct ifnet *ifp, struct ifmediareq *ifmr) argument
2408 dge_xgmii_mediachange(struct ifnet *ifp) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/mips/adm5120/dev/
H A Dif_admsw.c332 struct ifnet *ifp; local
466 ifp = &sc->sc_ethercom[i].ec_if;
467 strcpy(ifp->if_xname, sc->sc_dev.dv_xname);
468 ifp->if_xname[5] += i;
469 ifp->if_softc = sc;
470 ifp->if_flags = IFF_BROADCAST | IFF_SIMPLEX | IFF_MULTICAST;
471 ifp->if_ioctl = admsw_ioctl;
472 ifp->if_start = admsw_start;
473 ifp->if_watchdog = admsw_watchdog;
474 ifp
535 admsw_start(struct ifnet *ifp) argument
691 admsw_watchdog(struct ifnet *ifp) argument
731 admsw_ioctl(struct ifnet *ifp, u_long cmd, void *data) argument
838 struct ifnet *ifp; local
910 struct ifnet *ifp; local
1025 admsw_init(struct ifnet *ifp) argument
1065 admsw_stop(struct ifnet *ifp, int disable) argument
1109 struct ifnet *ifp; local
1223 admsw_mediachange(struct ifnet *ifp) argument
1259 admsw_mediastatus(struct ifnet *ifp, struct ifmediareq *ifmr) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/marvell/
H A Dif_mvgbe.c446 struct ifnet *ifp = &sc->sc_ethercom.ec_if; local
451 aprint_error_ifnet(ifp, "SMI mvgbec0 not found\n");
464 aprint_error_ifnet(ifp, "SMI busy timeout\n");
498 struct ifnet *ifp = &sc->sc_ethercom.ec_if; local
503 aprint_error_ifnet(ifp, "SMI mvgbec0 not found\n");
519 aprint_error_ifnet(ifp, "SMI busy timeout\n");
537 aprint_error_ifnet(ifp, "phy write timed out\n");
629 struct ifnet *ifp; local
739 ifp = &sc->sc_ethercom.ec_if;
740 ifp
833 struct ifnet *ifp = &sc->sc_ethercom.ec_if; local
885 mvgbe_start(struct ifnet *ifp) argument
943 mvgbe_ioctl(struct ifnet *ifp, u_long cmd, void *data) argument
978 mvgbe_init(struct ifnet *ifp) argument
1092 mvgbe_stop(struct ifnet *ifp, int disable) argument
1201 mvgbe_watchdog(struct ifnet *ifp) argument
1233 struct ifnet *ifp = &ec->ec_if; local
1253 mvgbe_mediachange(struct ifnet *ifp) argument
1262 mvgbe_mediastatus(struct ifnet *ifp, struct ifmediareq *ifmr) argument
1719 struct ifnet *ifp = &sc->sc_ethercom.ec_if; local
1861 struct ifnet *ifp = &sc->sc_ethercom.ec_if; local
1944 struct ifnet *ifp= &sc->sc_ethercom.ec_if; local
[all...]
/netbsd-6-1-5-RELEASE/sys/netinet/
H A Dip_output.c171 struct ifnet *ifp; local
297 ifp = ia->ia_ifp;
298 mtu = ifp->if_mtu;
303 ifp = imo->imo_multicast_ifp;
304 mtu = ifp->if_mtu;
305 IFP_TO_IA(ifp, ia);
315 ifp = rt->rt_ifp;
317 mtu = ifp->if_mtu;
337 * if we don't know the outgoing ifp yet, we can't generate
340 if (!ifp) {
940 ip_fragment(struct mbuf *m, struct ifnet *ifp, u_long mtu) argument
1572 struct ifnet *ifp = NULL; local
1642 struct ifnet *ifp; local
1932 ip_mloopback(struct ifnet *ifp, struct mbuf *m, const struct sockaddr_in *dst) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/arm/gemini/
H A Dif_gpn.c250 struct ifnet * const ifp = &sc->sc_if; local
256 ifp->if_ierrors++;
261 ifp->if_ierrors++;
270 ifp->if_ierrors++;
276 ifp->if_ierrors++;
291 ifp->if_ierrors++;
301 m->m_pkthdr.rcvif = ifp;
303 ifp->if_ipackets++;
304 ifp->if_ibytes += m->m_pkthdr.len;
305 bpf_mtap(ifp,
356 gpn_ifstart(struct ifnet *ifp) argument
563 gpn_ifinit(struct ifnet *ifp) argument
589 gpn_ifstop(struct ifnet *ifp, int disable) argument
609 gpn_ifioctl(struct ifnet *ifp, u_long cmd, void *data) argument
647 gpn_mediachange(struct ifnet *ifp) argument
653 gpn_mediastatus(struct ifnet *ifp, struct ifmediareq *imr) argument
669 struct ifnet * const ifp = &sc->sc_if; local
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/qbus/
H A Dif_qe.c213 struct ifnet *ifp = &sc->sc_if; local
344 strcpy(ifp->if_xname, device_xname(sc->sc_dev));
345 ifp->if_softc = sc;
346 ifp->if_flags = IFF_BROADCAST | IFF_SIMPLEX | IFF_MULTICAST;
347 ifp->if_start = qestart;
348 ifp->if_ioctl = qeioctl;
349 ifp->if_watchdog = qetimeout;
350 IFQ_SET_READY(&ifp->if_snd);
355 if_attach(ifp);
356 ether_ifattach(ifp, enadd
391 struct ifnet *ifp = (struct ifnet *)&sc->sc_if; local
449 qestart(struct ifnet *ifp) argument
572 struct ifnet *ifp = &sc->sc_if; local
646 qeioctl(struct ifnet *ifp, u_long cmd, void *data) argument
780 struct ifnet *ifp = &sc->sc_if; local
861 qetimeout(struct ifnet *ifp) argument
[all...]
H A Dif_il.c160 struct ifnet *ifp = &sc->sc_if; local
201 strlcpy(ifp->if_xname, device_xname(&sc->sc_dev), IFNAMSIZ);
202 ifp->if_softc = sc;
203 ifp->if_flags = IFF_BROADCAST;
204 ifp->if_init = ilinit;
205 ifp->if_stop = ilstop;
206 ifp->if_ioctl = ether_ioctl;
207 ifp->if_start = ilstart;
208 ifp->if_watchdog = ilwatch;
209 IFQ_SET_READY(&ifp
216 ilstop(struct ifnet *ifp, int a) argument
260 ilinit(struct ifnet *ifp) argument
400 ilstart(struct ifnet *ifp) argument
559 ilwatch(struct ifnet *ifp) argument
582 struct ifnet *ifp = &sc->sc_if; local
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/usb/
H A Dif_aue.c578 struct ifnet *ifp; local
585 ifp = GET_IFP(sc);
587 if (ifp->if_flags & IFF_PROMISC) {
589 ifp->if_flags |= IFF_ALLMULTI;
612 ifp->if_flags &= ~IFF_ALLMULTI;
725 struct ifnet *ifp; local
824 ifp = GET_IFP(sc);
828 ifp->if_softc = sc;
829 ifp->if_mtu = ETHERMTU;
830 ifp
874 struct ifnet *ifp = GET_IFP(sc); local
1056 struct ifnet *ifp = GET_IFP(sc); local
1099 struct ifnet *ifp = GET_IFP(sc); local
1200 struct ifnet *ifp = GET_IFP(sc); local
1260 struct ifnet *ifp; local
1345 aue_start(struct ifnet *ifp) argument
1391 struct ifnet *ifp = GET_IFP(sc); local
1511 aue_ifmedia_upd(struct ifnet *ifp) argument
1530 aue_ioctl(struct ifnet *ifp, u_long command, void *data) argument
1606 aue_watchdog(struct ifnet *ifp) argument
1636 struct ifnet *ifp; local
[all...]
/netbsd-6-1-5-RELEASE/sys/compat/svr4/
H A Dsvr4_sockio.c87 svr4_count_ifnum(struct ifnet *ifp) argument
92 IFADDR_FOREACH(ifa, ifp)
110 struct ifnet *ifp; local
119 IFNET_FOREACH(ifp)
120 lifnum.lifn_count += svr4_count_ifnum(ifp);
130 struct ifnet *ifp; local
145 IFNET_FOREACH(ifp)
146 ifnum += svr4_count_ifnum(ifp);
/netbsd-6-1-5-RELEASE/usr.sbin/npf/npftest/libnpftest/
H A Dnpf_rule_test.c78 npf_rule_raw_test(bool verbose, struct mbuf *m, ifnet_t *ifp, int di) argument
85 nbuf_init(&nbuf, m, ifp);
107 ifnet_t *ifp = ifunit(t->ifname); local
111 error = npf_rule_raw_test(verbose, m, ifp, t->di);
138 ifnet_t *ifp = ifunit(t->ifname); local
141 if (ifp == NULL) {
147 error = npf_rule_raw_test(verbose, m, ifp, t->di);
148 serror = npf_packet_handler(NULL, &m, ifp, t->di);
/netbsd-6-1-5-RELEASE/sys/net/
H A Dif_stf.c218 stf_clone_destroy(struct ifnet *ifp) argument
220 struct stf_softc *sc = (void *) ifp;
224 bpf_detach(ifp);
225 if_detach(ifp);
291 stf_getsrcifa6(struct ifnet *ifp) argument
298 IFADDR_FOREACH(ifa, ifp)
320 stf_output(struct ifnet *ifp, struct mbuf *m, const struct sockaddr *dst, argument
336 sc = (struct stf_softc*)ifp;
340 if ((ifp->if_flags & IFF_UP) == 0) {
350 ia6 = stf_getsrcifa6(ifp);
558 struct ifnet *ifp; local
661 stf_ioctl(struct ifnet *ifp, u_long cmd, void *data) argument
[all...]
H A Dif_spppsubr.c273 struct ifnet *ifp = &sp->pp_if; \
274 int debug = ifp->if_flags & IFF_DEBUG
276 static int sppp_output(struct ifnet *ifp, struct mbuf *m,
476 sppp_input(struct ifnet *ifp, struct mbuf *m) argument
482 struct sppp *sp = (struct sppp *)ifp;
483 int debug = ifp->if_flags & IFF_DEBUG;
485 if (ifp->if_flags & IFF_UP) {
487 ifp->if_ibytes += m->m_pkthdr.len + sp->pp_framebytes;
497 ifp->if_xname, m->m_pkthdr.len);
499 ++ifp
682 sppp_output(struct ifnet *ifp, struct mbuf *m, const struct sockaddr *dst, struct rtentry *rt) argument
898 sppp_attach(struct ifnet *ifp) argument
943 sppp_detach(struct ifnet *ifp) argument
983 sppp_flush(struct ifnet *ifp) argument
996 sppp_isempty(struct ifnet *ifp) argument
1012 sppp_dequeue(struct ifnet *ifp) argument
1040 sppp_ioctl(struct ifnet *ifp, u_long cmd, void *data) argument
2852 struct ifnet *ifp = &sp->pp_if; local
3036 struct ifnet *ifp = &sp->pp_if; local
3089 struct ifnet *ifp = &sp->pp_if; local
3357 struct ifnet *ifp = &sp->pp_if; local
3527 struct ifnet *ifp = &sp->pp_if; local
3579 struct ifnet *ifp = &sp->pp_if; local
4760 struct ifnet *ifp = &sp->pp_if; local
4837 struct ifnet *ifp = &sp->pp_if; local
4940 struct ifnet *ifp = &sp->pp_if; local
4991 struct ifnet *ifp = &sp->pp_if; local
[all...]
H A Dlink_proto.c92 struct ifnet *ifp, struct lwp *l)
116 if (asdl->sdl_alen != ifp->if_addrlen)
119 if (sockaddr_dl_init(&u.sdl, sizeof(u.ss), ifp->if_index,
120 ifp->if_type, ifp->if_xname, strlen(ifp->if_xname),
126 else if (iflr->prefixlen != NBBY * ifp->if_addrlen)
133 IFADDR_FOREACH(ifa, ifp) {
141 IFADDR_FOREACH(ifa, ifp) {
151 if (ifa == ifp
91 link_control(struct socket *so, unsigned long cmd, void *data, struct ifnet *ifp, struct lwp *l) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gprof/
H A Dcall_graph.c81 cg_read_rec (FILE *ifp, const char *filename)
86 if (gmon_io_read_vma (ifp, &from_pc)
87 || gmon_io_read_vma (ifp, &self_pc)
88 || gmon_io_read_32 (ifp, &count))
80 cg_read_rec(FILE *ifp, const char *filename) argument
/netbsd-6-1-5-RELEASE/sys/arch/mac68k/nubus/
H A Dif_netdock_nubus.c353 struct ifnet *ifp = &sc->sc_if; local
359 memcpy(ifp->if_xname, device_xname(sc->sc_dev), IFNAMSIZ);
360 ifp->if_softc = sc;
361 ifp->if_ioctl = netdock_ioctl;
362 ifp->if_start = netdock_start;
363 ifp->if_flags =
365 ifp->if_watchdog = netdock_watchdog;
367 if_attach(ifp);
368 ether_ifattach(ifp, lladdr);
374 netdock_ioctl(struct ifnet *ifp, u_lon argument
437 netdock_start(struct ifnet *ifp) argument
546 netdock_watchdog(struct ifnet *ifp) argument
661 struct ifnet *ifp = &sc->sc_if; local
702 struct ifnet *ifp = &sc->sc_if; local
759 struct ifnet *ifp = &sc->sc_if; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/readline/examples/
H A Drl.c88 FILE *ifp; local
140 ifp = fdopen (fd, "r");
141 rl_instream = ifp;

Completed in 244 milliseconds

1234567891011>>