Searched defs:ifp (Results 251 - 275 of 544) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/sbin/routed/
H A Dif.c105 if_link(struct interface *ifp) argument
148 struct interface *ifp, *possible = NULL; local
185 struct interface *ifp; local
213 struct interface *ifp; local
239 struct interface *ifp, *maybe; local
298 ripv1_mask_net(naddr addr, struct interface *ifp) argument
349 ripv1_mask_host(naddr addr, struct interface *ifp) argument
391 struct interface *ifp; local
419 check_remote(struct interface *ifp) argument
449 ifdel(struct interface *ifp) argument
529 if_sick(struct interface *ifp) argument
544 if_bad(struct interface *ifp) argument
576 if_ok(struct interface *ifp, const char *type) argument
659 struct interface ifs, ifs0, *ifp, *ifp1; local
1273 check_net_syn(struct interface *ifp) argument
1320 addrouteforif(struct interface *ifp) argument
[all...]
H A Dmain.c114 struct interface *ifp; local
571 struct interface *ifp; local
685 struct interface *ifp; local
718 rip_mcast_on(struct interface *ifp) argument
744 rip_on(struct interface *ifp) argument
[all...]
H A Drdisc.c110 trace_rdisc(const char *act, naddr from, naddr to, struct interface *ifp, union ad_u *p, u_int len) argument
170 set_rdisc_mg(struct interface *ifp, int on) argument
260 struct interface *ifp; local
368 if_bad_rdisc(struct interface *ifp) argument
388 if_ok_rdisc(struct interface *ifp) argument
406 struct interface *ifp; local
458 struct interface *ifp; local
571 parse_ad(naddr from, naddr gate, n_long pref, u_short life, struct interface *ifp) argument
694 send_rdisc(union ad_u *p, int p_size, struct interface *ifp, naddr dst, int type) argument
761 trace_rdisc(msg, (ifp ? ifp->int_addr : 0), rsin.sin_addr.s_addr, ifp, local
781 send_adv(struct interface *ifp, naddr dst, int type) argument
817 struct interface *ifp; local
857 struct interface *ifp; local
896 ck_icmp(const char *act, naddr from, struct interface *ifp, naddr to, union ad_u *p, u_int len) argument
954 struct interface *ifp; local
[all...]
H A Dtrace.c634 trace_if(const char *act, struct interface *ifp) argument
870 struct interface *ifp; local
884 trace_rip(const char *dir1, const char *dir2, struct sockaddr_in *who, struct interface *ifp, struct rip *msg, int size) argument
[all...]
/freebsd-11-stable/sys/netgraph/atm/
H A Dng_atm.c105 struct ifnet *ifp; /* the ATM interface */ member in struct:priv
372 ng_atm_input(struct ifnet *ifp, struct mbuf **mp, argument
425 ng_atm_output(struct ifnet *ifp, struct mbuf **mp) argument
446 ng_atm_input_orphans(struct ifnet *ifp, struct mbuf *m, argument
642 ng_atm_event(struct ifnet *ifp, uint32_t event, void *arg) argument
1262 ng_atm_attach(struct ifnet *ifp) argument
1297 ng_atm_detach(struct ifnet *ifp) argument
1384 struct ifnet *ifp; local
[all...]
/freebsd-11-stable/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_hci_raw.c1027 ng_btsocket_hci_raw_control(struct socket *so, u_long cmd, caddr_t data, struct ifnet *ifp, struct thread *td) argument
H A Dng_btsocket_sco.c1455 ng_btsocket_sco_control(struct socket *so, u_long cmd, caddr_t data, struct ifnet *ifp, struct thread *td) argument
/freebsd-11-stable/sys/netgraph/
H A Dng_bridge.c604 struct ifnet *ifp = m->m_pkthdr.rcvif; local
/freebsd-11-stable/sys/netinet6/
H A Dip6_mroute.h256 struct ifnet *ifp; /* Interface pkt came in on */ member in struct:rtdetq
/freebsd-11-stable/sys/dev/pdq/
H A Dpdq_freebsd.h102 struct ifnet *ifp; member in struct:_pdq_os_ctx_t
/freebsd-11-stable/sys/dev/netfpga10g/nf10bmac/
H A Dif_nf10bmac.c280 nf10bmac_start_locked(struct ifnet *ifp) argument
324 nf10bmac_start(struct ifnet *ifp) argument
350 struct ifnet *ifp; local
468 struct ifnet *ifp; local
516 struct ifnet *ifp; local
600 struct ifnet *ifp; local
615 struct ifnet *ifp; local
656 nf10bmac_poll(struct ifnet *ifp, enum poll_cmd cmd, int count) argument
707 nf10bmac_ioctl(struct ifnet *ifp, u_long command, caddr_t data) argument
784 struct ifnet *ifp; local
882 struct ifnet *ifp; local
[all...]
/freebsd-11-stable/sys/mips/idt/
H A Dif_kr.c155 struct ifnet *ifp; local
327 struct ifnet *ifp = sc->kr_ifp; local
498 struct ifnet *ifp; local
551 struct ifnet *ifp = sc->kr_ifp; local
637 kr_start(struct ifnet *ifp) argument
747 kr_start_locked(struct ifnet *ifp) argument
791 struct ifnet *ifp; local
837 kr_ioctl(struct ifnet *ifp, u_long command, caddr_t data) argument
917 kr_ifmedia_upd(struct ifnet *ifp) argument
939 kr_ifmedia_sts(struct ifnet *ifp, struct ifmediareq *ifmr) argument
1364 struct ifnet *ifp; local
1434 struct ifnet *ifp = sc->kr_ifp; local
[all...]
/freebsd-11-stable/sys/net/altq/
H A Daltq_red.c767 struct ifnet *ifp; local
/freebsd-11-stable/sys/dev/ed/
H A Dif_edvar.h39 struct ifnet *ifp; member in struct:ed_softc
/freebsd-11-stable/sys/dev/en/
H A Dmidwayvar.h156 struct ifnet *ifp; member in struct:en_softc
/freebsd-11-stable/sys/dev/etherswitch/e6000sw/
H A De6000sw.c83 struct ifnet *ifp[E6000SW_NUM_PHYS]; member in struct:e6000sw_softc
689 e6000sw_ifmedia_upd(struct ifnet *ifp) argument
704 e6000sw_ifmedia_sts(struct ifnet *ifp, struct ifmediareq *ifmr) argument
[all...]
/freebsd-11-stable/sys/dev/gem/
H A Dif_gem.c152 struct ifnet *ifp; local
426 struct ifnet *ifp = sc->sc_ifp; local
461 struct ifnet *ifp = sc->sc_ifp; local
471 struct ifnet *ifp = sc->sc_ifp; local
563 struct ifnet *ifp = sc->sc_ifp; local
658 gem_stop(struct ifnet *ifp, int disable) argument
946 struct ifnet *ifp = sc->sc_ifp; local
1323 gem_start(struct ifnet *ifp) argument
1351 gem_start_locked(struct ifnet *ifp) argument
1411 struct ifnet *ifp = sc->sc_ifp; local
1536 struct ifnet *ifp = sc->sc_ifp; local
1814 struct ifnet *ifp = sc->sc_ifp; local
2116 gem_mediachange(struct ifnet *ifp) argument
2130 gem_mediastatus(struct ifnet *ifp, struct ifmediareq *ifmr) argument
2147 gem_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data) argument
2206 struct ifnet *ifp = sc->sc_ifp; local
[all...]
/freebsd-11-stable/sys/dev/usb/net/
H A Dif_axe.c374 struct ifnet *ifp; local
449 axe_ifmedia_upd(struct ifnet *ifp) argument
468 axe_ifmedia_sts(struct ifnet *ifp, struct ifmediareq *ifmr) argument
484 struct ifnet *ifp = uether_getifp(ue); local
868 struct ifnet *ifp; local
1110 struct ifnet *ifp = ue->ue_ifp; local
1161 struct ifnet *ifp = uether_getifp(&sc->sc_ue); local
1303 struct ifnet *ifp; local
1331 struct ifnet *ifp = uether_getifp(ue); local
1429 struct ifnet *ifp = uether_getifp(ue); local
1451 struct ifnet *ifp = uether_getifp(ue); local
1466 axe_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data) argument
[all...]
H A Dif_usie.c295 struct ifnet *ifp; local
774 struct ifnet *ifp = sc->sc_ifp; local
930 struct ifnet *ifp = sc->sc_ifp; local
1064 struct ifnet *ifp = sc->sc_ifp; local
1174 usie_if_start(struct ifnet *ifp) argument
1190 usie_if_output(struct ifnet *ifp, struct mbuf *m, const struct sockaddr *dst, struct route *ro) argument
1230 struct ifnet *ifp = sc->sc_ifp; local
1277 usie_if_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data) argument
1387 struct ifnet *ifp = sc->sc_ifp; local
1469 struct ifnet *ifp = sc->sc_ifp; local
[all...]
H A Dif_cdce.c781 struct ifnet *ifp = uether_getifp(&sc->sc_ue); local
899 struct ifnet *ifp = uether_getifp(ue); local
926 struct ifnet *ifp local
1215 struct ifnet *ifp = uether_getifp(&sc->sc_ue); local
1368 struct ifnet *ifp = uether_getifp(&sc->sc_ue); local
1426 struct ifnet *ifp = uether_getifp(&sc->sc_ue); local
[all...]
/freebsd-11-stable/sys/dev/vte/
H A Dif_vte.c222 struct ifnet *ifp; local
275 vte_mediastatus(struct ifnet *ifp, struct ifmediareq *ifmr) argument
295 vte_mediachange(struct ifnet *ifp) argument
308 vte_mediachange_locked(struct ifnet *ifp) argument
378 struct ifnet *ifp; local
506 struct ifnet *ifp; local
944 struct ifnet *ifp; local
961 struct ifnet *ifp; local
1100 vte_start(struct ifnet *ifp) argument
1113 struct ifnet *ifp; local
1167 struct ifnet *ifp; local
1184 vte_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data) argument
1310 vte_get_counter(struct ifnet *ifp, ift_counter cnt) argument
1339 struct ifnet *ifp; local
1385 struct ifnet *ifp; local
1479 vte_fixup_rx(struct ifnet *ifp, struct mbuf *m) argument
1497 struct ifnet *ifp; local
1640 struct ifnet *ifp; local
1763 struct ifnet *ifp; local
1959 struct ifnet *ifp; local
[all...]
/freebsd-11-stable/sys/dev/snc/
H A Ddp83932.c149 struct ifnet *ifp; local
209 snc_mediachange(struct ifnet *ifp) argument
227 snc_mediastatus(struct ifnet *ifp, struct ifmediareq *ifmr) argument
246 sncioctl(struct ifnet *ifp, u_long cmd, caddr_t data) argument
312 sncstart(struct ifnet *ifp) argument
322 sncstart_locked(struct ifnet *ifp) argument
656 struct ifnet *ifp; local
895 struct ifnet *ifp = sc->sc_ifp; local
1062 struct ifnet *ifp = sc->sc_ifp; local
[all...]
/freebsd-11-stable/sys/net/
H A Dif_llatbl.c280 lltable_set_entry_addr(struct ifnet *ifp, struct llentry *lle, argument
300 lltable_try_set_entry_addr(struct ifnet *ifp, struct llentry *lle, argument
337 lltable_calc_llheader(struct ifnet *ifp, int family, char *lladdr, argument
367 struct ifnet *ifp; local
446 llentry_alloc(struct ifnet *ifp, struct lltable *lt, struct sockaddr_storage *dst) argument
565 struct ifnet *ifp; local
723 struct ifnet *ifp; local
[all...]
H A Dif_me.c206 me_clone_destroy(struct ifnet *ifp) argument
227 me_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data) argument
354 me_set_tunnel(struct ifnet *ifp, struct sockaddr_in *src, struct sockaddr_in *dst) argument
389 me_delete_tunnel(struct ifnet *ifp) argument
422 struct ifnet *ifp; local
490 me_check_nesting(struct ifnet *ifp, struct mbuf *m) argument
519 me_output(struct ifnet *ifp, struct mbuf *m, const struct sockaddr *dst, struct route *ro) argument
558 me_transmit(struct ifnet *ifp, struct mbuf *m) argument
[all...]
/freebsd-11-stable/sys/dev/qlxgbe/
H A Dql_os.c264 struct ifnet *ifp; local
580 struct ifnet *ifp; local
862 struct ifnet *ifp; local
922 struct ifnet *ifp = ha->ifp; local
984 struct ifnet *ifp = ha->ifp; local
1035 qla_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data) argument
1230 qla_media_change(struct ifnet *ifp) argument
1251 qla_media_status(struct ifnet *ifp, struct ifmediareq *ifmr) argument
1408 struct ifnet *ifp = ha->ifp; local
1435 struct ifnet *ifp; local
1601 qla_transmit(struct ifnet *ifp, struct mbuf *mp) argument
1640 qla_qflush(struct ifnet *ifp) argument
1675 struct ifnet *ifp = ha->ifp; local
1982 struct ifnet *ifp; local
2092 struct ifnet *ifp = ha->ifp; local
2108 struct ifnet *ifp = ha->ifp; local
[all...]

Completed in 401 milliseconds

<<11121314151617181920>>