Searched refs:ether_addr (Results 51 - 61 of 61) sorted by relevance

123

/freebsd-11-stable/sys/dev/ti/
H A Dif_ti.c208 static void ti_add_mcast(struct ti_softc *, struct ether_addr *);
209 static void ti_del_mcast(struct ti_softc *, struct ether_addr *);
1880 ti_add_mcast(struct ti_softc *sc, struct ether_addr *addr)
1906 ti_del_mcast(struct ti_softc *sc, struct ether_addr *addr)
/freebsd-11-stable/usr.sbin/ndp/
H A Dndp.c790 strlcpy(hbuf, ether_ntoa((struct ether_addr *)LLADDR(sdl)),
/freebsd-11-stable/usr.sbin/rarpd/
H A Drarpd.c658 if (ether_ntohost(ename, (struct ether_addr *)&ep->ether_shost) != 0) {
/freebsd-11-stable/usr.sbin/cxgbetool/
H A Dcxgbetool.c1203 struct ether_addr *daddr;
1214 struct ether_addr *saddr;
/freebsd-11-stable/usr.sbin/bhyve/
H A Dpci_e82545.c238 struct ether_addr eu_eth;
248 struct ether_addr esc_mac;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cpp1116 CHECK_TYPE_SIZE(ether_addr); variable
H A Dsanitizer_platform_limits_netbsd.cpp2353 CHECK_TYPE_SIZE(ether_addr); variable
/freebsd-11-stable/sys/net/
H A Dif_bridge.c227 struct ether_addr sc_defaddr; /* Default MAC address */
H A Dif_vxlan.c180 struct ether_addr vxl_hwaddr;
/freebsd-11-stable/sbin/ipfw/
H A Dipfw2.c3428 struct ether_addr *mac;
/freebsd-11-stable/contrib/tcpdump/
H A Dconfigure5787 ether_ntohost(name, (struct ether_addr *)ea);
5889 # Do we have "struct ether_addr"?
5891 ac_fn_c_check_type "$LINENO" "struct ether_addr" "ac_cv_type_struct_ether_addr" "

Completed in 185 milliseconds

123