Home | History | Annotate | Download | only in src

Lines Matching full:eth

113   unsigned    eth [sizeof(*e)];
128 if (sscanf(str, fmt, &eth[0], &eth[1], &eth[2], &eth[3], &eth[4], &eth[5]) != ETHER_ADDR_LEN)
140 e->octet[i] = eth[i];
169 ether_address eth;
171 if (!parse_ether_buf(buf,&name,&eth))
178 memcpy(&e->eth_addr, &eth, ETHER_ADDR_LEN);