Home
last modified time | relevance | path

Searched refs:ether (Results 1 – 25 of 256) sorted by relevance

1234567891011

/freebsd-14.2/sys/contrib/device-tree/Bindings/net/
H A Drenesas,ether.yaml4 $id: http://devicetree.org/schemas/net/renesas,ether.yaml#
22 - renesas,ether-r7s72100 # device is a part of R7S72100 SoC
23 - renesas,ether-r7s9210 # device is a part of R7S9210 SoC
26 - renesas,ether-r8a7778 # device is a part of R8A7778 SoC
27 - renesas,ether-r8a7779 # device is a part of R8A7779 SoC
29 - renesas,rcar-gen1-ether # a generic R-Car Gen1 device
32 - renesas,ether-r8a7742 # device is a part of R8A7742 SoC
72 renesas,no-ether-link:
77 renesas,ether-link-active-low:
109 compatible = "renesas,ether-r8a7790", "renesas,rcar-gen2-ether";
[all …]
H A Dsocionext,uniphier-ave4.yaml81 - const: ether
82 - const: ether-gb
83 - const: ether-phy
90 - const: ether
96 const: ether
100 const: ether
118 ether: ethernet@65000000 {
124 clock-names = "ether";
126 reset-names = "ether";
/freebsd-14.2/tests/sys/net/routing/
H A Dtest_rtsock_lladdr.c136 struct sockaddr_dl ether; in ATF_TC_BODY() local
138 sa_convert_str_to_sa(str_buf, (struct sockaddr *)&ether); in ATF_TC_BODY()
185 struct sockaddr_dl ether; in ATF_TC_BODY() local
187 sa_convert_str_to_sa(str_buf, (struct sockaddr *)&ether); in ATF_TC_BODY()
236 struct sockaddr_dl ether; in ATF_TC_BODY() local
238 sa_convert_str_to_sa(str_buf, (struct sockaddr *)&ether); in ATF_TC_BODY()
282 struct sockaddr_dl ether; in ATF_TC_BODY() local
284 sa_convert_str_to_sa(str_buf, (struct sockaddr *)&ether); in ATF_TC_BODY()
328 struct sockaddr_dl ether; in ATF_TC_BODY() local
330 sa_convert_str_to_sa(str_buf, (struct sockaddr *)&ether); in ATF_TC_BODY()
[all …]
/freebsd-14.2/sbin/ipf/ipsend/
H A Darp.c61 int arp(ip, ether) in arp() argument
63 char *ether;
73 if (arp_getipv4(ip, ether) == 0)
77 bcopy(ethersave, ether, 6);
87 if (!(ether_hostton(hp->h_name, (struct ether_addr *)ether)))
89 if (!(ether_hostton(hp->h_name, ether)))
128 bcopy(ar.arp_ha.sa_data, ether, 6);
130 bcopy(ether, ethersave, 6);
/freebsd-14.2/tests/sys/netgraph/
H A Dng_macfilter_test.sh44 ifconfig -u -l ether | awk '{print $1}'
312 ether=$(genmac $j $i)
314 ngctl msg MF: 'direct' "{ hookname=\"$edge\" ether=$ether }"
336 ether=$(genmac 0 $i)
338 ngctl msg MF: 'direct' "{ hookname=\"$edge\" ether=$ether }"
361 ether=$(genmac $j $i)
363 ngctl msg MF: 'direct' "{ hookname=\"$edge\" ether=$ether }"
381 ether=$(genmac $j $i)
385 echo $ether $edge >> $entries_lst
409 cat $entries_lst | while read ether edge; do
[all …]
/freebsd-14.2/sys/netgraph/
H A Dng_macfilter.c379 int d = bcmp(ether, mf_macs[middle].ether, ETHER_ADDR_LEN); in macfilter_find_mac()
407 int found = macfilter_find_mac(mfp, ether, &i); in macfilter_mactable_change()
412 MAC_S_ARGS(ether), found, i, MAC_S_ARGS(mf_macs[i].ether), in macfilter_mactable_change()
444 bcopy(ether, mf_macs[i].ether, ETHER_ADDR_LEN); in macfilter_mactable_change()
495 MAC_S_ARGS(md->ether), md->hookname); in macfilter_direct()
508 MAC_S_ARGS(mdi->ether), mdi->hookid); in macfilter_direct_hookid()
530 u_char *ether = ether_header->ether_dhost; in macfilter_ether_output() local
537 int found = macfilter_find_mac(mfp, ether, &i); in macfilter_ether_output()
553 MAC_S_ARGS(ether), m->m_len - ETHER_HDR_LEN, in macfilter_ether_output()
571 u_char *ether = ether_header->ether_shost; in macfilter_ether_input() local
[all …]
H A Dng_macfilter.h58 u_char ether[ETHER_ADDR_LEN]; /* MAC address */ member
69 u_char ether[ETHER_ADDR_LEN]; /* MAC address */ member
80 u_char ether[ETHER_ADDR_LEN]; /* MAC address */ member
H A Dng_eiface.c87 hook_p ether; /* Hook for ethernet stream */ member
260 NG_SEND_DATA_ONLY(error, priv->ether, m); in ng_eiface_start2()
449 if (priv->ether != NULL) in ng_eiface_newhook()
451 priv->ether = hook; in ng_eiface_newhook()
452 NG_HOOK_SET_PRIVATE(hook, &priv->ether); in ng_eiface_newhook()
636 priv->ether = NULL; in ng_eiface_disconnect()
/freebsd-14.2/tests/sys/netinet/
H A Dforward.sh62 jail_mac=`jexec ${jname} ifconfig ${epair}b ether | awk '$1~/ether/{print$2}'`
64 our_mac=`ifconfig ${epair}a ether | awk '$1~/ether/{print$2}'`
119 jail_mac=`jexec ${jname} ifconfig ${epair}b ether | awk '$1~/ether/{print$2}'`
121 our_mac=`ifconfig ${epair}a ether | awk '$1~/ether/{print$2}'`
178 jail_mac=`jexec ${jname} ifconfig ${epair}b ether | awk '$1~/ether/{print$2}'`
180 our_mac=`ifconfig ${epair}a ether | awk '$1~/ether/{print$2}'`
233 jail_mac=`jexec ${jname} ifconfig ${epair}b ether | awk '$1~/ether/{print$2}'`
235 our_mac=`ifconfig ${epair}a ether | awk '$1~/ether/{print$2}'`
/freebsd-14.2/tests/sys/netinet6/
H A Dforward6.sh71 jail_mac=`jexec ${jname} ifconfig ${epair}b ether | awk '$1~/ether/{print$2}'`
73 our_mac=`ifconfig ${epair}a ether | awk '$1~/ether/{print$2}'`
142 jail_mac=`jexec ${jname} ifconfig ${epair}b ether | awk '$1~/ether/{print$2}'`
144 our_mac=`ifconfig ${epair}a ether | awk '$1~/ether/{print$2}'`
216 jail_mac=`jexec ${jname} ifconfig ${epair}b ether | awk '$1~/ether/{print$2}'`
218 our_mac=`ifconfig ${epair}a ether | awk '$1~/ether/{print$2}'`
290 jail_mac=`jexec ${jname} ifconfig ${epair}b ether | awk '$1~/ether/{print$2}'`
292 our_mac=`ifconfig ${epair}a ether | awk '$1~/ether/{print$2}'`
360 jail_mac=`jexec ${jname} ifconfig ${epair}b ether | awk '$1~/ether/{print$2}'`
362 our_mac=`ifconfig ${epair}a ether | awk '$1~/ether/{print$2}'`
[all …]
H A Dproxy_ndp.sh51 proxy_mac=`jexec ${jname} ifconfig ${epair0}a ether | awk '$1~/ether/{print$2}'`
93 proxy_mac=`jexec ${jname} ifconfig ${epair0}a ether | awk '$1~/ether/{print$2}'`
140 proxy_mac=`jexec ${jname} ifconfig ${epair0}a ether | awk '$1~/ether/{print$2}'`
179 proxy_mac=`jexec ${jname_a} ifconfig ${epair0}a ether | awk '$1~/ether/{print$2}'`
/freebsd-14.2/sys/contrib/device-tree/Bindings/phy/
H A Drenesas,r8a779f0-ether-serdes.yaml4 $id: http://devicetree.org/schemas/phy/renesas,r8a779f0-ether-serdes.yaml#
14 const: renesas,r8a779f0-ether-serdes
48 compatible = "renesas,r8a779f0-ether-serdes";
/freebsd-14.2/share/examples/netgraph/
H A Dvirtual.chain180 ngctl connect ${PEER1_INTERFACE}: ${PEER2_INTERFACE}: ether ether \
208 ngctl mkpeer eiface ether ether
H A Dvirtual.lan201 ngctl mkpeer eiface ether ether
258 ngctl connect ${EIFACE}: ${BRIDGE_NAME}: ether link${LINKNUM} \
/freebsd-14.2/sys/contrib/device-tree/src/arm/
H A Dr8a7745-sk-rzg1e.dts41 ether_pins: ether {
59 &ether {
64 renesas,ether-link-active-low;
H A Dr8a7743-sk-rzg1m.dts46 ether_pins: ether {
64 &ether {
69 renesas,ether-link-active-low;
H A Dr7s72100-gr-peach.dts72 ether_pins: ether {
122 &ether {
128 renesas,no-ether-link;
H A Dr7s72100-genmai.dts63 ether_pins: ether {
102 &ether {
108 renesas,no-ether-link;
H A Duniphier-pinctrl.dtsi59 pinctrl_ether_mii: ether-mii {
64 pinctrl_ether_rgmii: ether-rgmii {
69 pinctrl_ether_rmii: ether-rmii {
H A Dr7s72100-rskrza1.dts149 ether_pins: ether {
188 &ether {
192 renesas,no-ether-link;
/freebsd-14.2/tests/sys/netpfil/common/
H A Dpft_synflood.py37 ether = sp.Ether(src='01:02:03:04:05')
44 pkt = ether / ip / tcp
H A Dpft_ping.py87 ether = sp.Ether()
93 packets.append(ether / packet)
95 packets.append(ether / ip6 / icmp)
103 packets.append(ether / packet)
105 packets.append(ether / ip / icmp / raw)
114 ether = sp.Ether()
123 req = ether / ip / tcp
/freebsd-14.2/tests/sys/netpfil/pf/
H A Dether.sh43 epair_a_mac=$(ifconfig ${epair}a ether | awk '/ether/ { print $2; }')
141 epair_a_mac=$(ifconfig ${epair}a ether | awk '/ether/ { print $2; }')
184 epair_a_mac=$(ifconfig ${epair}a ether | awk '/ether/ { print $2; }')
185 epair_b_mac=$(ifconfig ${epair}b ether | awk '/ether/ { print $2; }')
260 epair_gw_a_mac=$(ifconfig ${epair_gw}a ether | awk '/ether/ { print $2; }')
334 epair_gw_a_mac=$(ifconfig ${epair_gw}a ether | awk '/ether/ { print $2; }')
460 epair_a_mac=$(ifconfig ${epair}a ether | awk '/ether/ { print $2; }')
H A Dpft_ether.py39 ether = sp.Ether()
44 req = ether / ip / icmp / raw
/freebsd-14.2/libexec/nuageinit/tests/
H A Dnuageinit.sh131 mynetworks=$(ifconfig -l ether)
137 myaddr=$(ifconfig $myiface ether | awk '/ether/ { print $2 }')
289 mynetworks=$(ifconfig -l ether)
295 myaddr=$(ifconfig $myiface ether | awk '/ether/ { print $2 }')
355 mynetworks=$(ifconfig -l ether)
361 myaddr=$(ifconfig $myiface ether | awk '/ether/ { print $2 }')

1234567891011