Home
last modified time | relevance | path

Searched refs:fr_eth (Results 1 – 4 of 4) sorted by relevance

/xnu-8796.141.3/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ethernet.c80 bcopy(fsw->fsw_ether_shost, fr->fr_eth.ether_shost, ETHER_ADDR_LEN); in fsw_ethernet_ctor()
81 fr->fr_eth.ether_type = ((fr->fr_af == AF_INET) ? in fsw_ethernet_ctor()
92 SK_KVA(fr), ntohs(fr->fr_eth.ether_type), in fsw_ethernet_ctor()
93 fr->fr_eth.ether_shost[0], fr->fr_eth.ether_shost[1], in fsw_ethernet_ctor()
94 fr->fr_eth.ether_shost[2], fr->fr_eth.ether_shost[3], in fsw_ethernet_ctor()
95 fr->fr_eth.ether_shost[4], fr->fr_eth.ether_shost[5]); in fsw_ethernet_ctor()
486 bcopy(&fr->fr_eth.ether_shost, &old_shost, ETHER_ADDR_LEN); in fsw_ethernet_frame()
495 fr->fr_eth.ether_shost[0], fr->fr_eth.ether_shost[1], in fsw_ethernet_frame()
496 fr->fr_eth.ether_shost[2], fr->fr_eth.ether_shost[3], in fsw_ethernet_frame()
497 fr->fr_eth.ether_shost[4], fr->fr_eth.ether_shost[5]); in fsw_ethernet_frame()
H A Dfsw.c1877 bcopy(&fr->fr_eth.ether_dhost, &sfr->sfr_ether_dhost, in fsw_fr2sfr()
/xnu-8796.141.3/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_route.c1136 ntohs(fr->fr_eth.ether_type), in flow_route_ev_callback()
1137 fr->fr_eth.ether_shost[0], in flow_route_ev_callback()
1138 fr->fr_eth.ether_shost[1], in flow_route_ev_callback()
1139 fr->fr_eth.ether_shost[2], in flow_route_ev_callback()
1140 fr->fr_eth.ether_shost[3], in flow_route_ev_callback()
1141 fr->fr_eth.ether_shost[4], in flow_route_ev_callback()
1142 fr->fr_eth.ether_shost[5], in flow_route_ev_callback()
1143 fr->fr_eth.ether_dhost[0], in flow_route_ev_callback()
1144 fr->fr_eth.ether_dhost[1], in flow_route_ev_callback()
1145 fr->fr_eth.ether_dhost[2], in flow_route_ev_callback()
[all …]
H A Dflow_var.h411 #define fr_eth fr_llhdr.flh_eth macro
489 bcopy((_addr), (_fr)->fr_eth.ether_dhost, ETHER_ADDR_LEN); \