Searched refs:ethh (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/tools/tools/netmap/
H A Dpkt_hash.c284 decode_others_n_hash(const struct ether_header *ethh, uint8_t seed) argument
288 saddr = ethh->ether_shost[5] |
289 (ethh->ether_shost[4] << 8) |
290 (ethh->ether_shost[3] << 16) |
291 (ethh->ether_shost[2] << 24);
292 daddr = ethh->ether_dhost[5] |
293 (ethh->ether_dhost[4] << 8) |
294 (ethh->ether_dhost[3] << 16) |
295 (ethh->ether_dhost[2] << 24);
309 decode_vlan_n_hash(const struct ether_header *ethh, uint8_ argument
340 const struct ether_header *ethh = (const struct ether_header *)buffer; local
[all...]
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_iwarp.c2013 struct ecore_ethhdr *ethh; local
2022 ethh = (struct ecore_ethhdr *)buf;
2023 eth_type = ntohs(ethh->h_proto);
2026 vethh = (struct ecore_vlan_ethhdr *)ethh;
2034 ethh->h_source,
2038 ethh->h_dest,
2042 eth_type, ethh->h_source[0], ethh->h_source[1],
2043 ethh->h_source[2], ethh
2499 struct ecore_ethhdr *ethh; local
[all...]

Completed in 168 milliseconds