Lines Matching defs:eth
399 static void eth_str_to_addr(const char *str, unsigned char *eth)
402 ð[0], ð[1], ð[2], ð[3], ð[4], ð[5]) != 6)
411 struct ethhdr eth;
441 eth_str_to_addr(cfg_mac_src, eth.h_source);
442 eth_str_to_addr(cfg_mac_dst, eth.h_dest);
443 eth.h_proto = addr.sll_protocol;
448 iov[1].iov_base = ð
449 iov[1].iov_len = sizeof(eth);
463 if (ret != sizeof(vh) + sizeof(eth) + len)