Lines Matching full:octet
75 e->octet[i] = o[i]; in ether_line()
94 e->octet[0]=o0; in ether_aton_r()
95 e->octet[1]=o1; in ether_aton_r()
96 e->octet[2]=o2; in ether_aton_r()
97 e->octet[3]=o3; in ether_aton_r()
98 e->octet[4]=o4; in ether_aton_r()
99 e->octet[5]=o5; in ether_aton_r()
119 i = sprintf(a, "%02x:%02x:%02x:%02x:%02x:%02x", n->octet[0], in ether_ntoa_r()
120 n->octet[1], n->octet[2], n->octet[3], n->octet[4], n->octet[5]); in ether_ntoa_r()
171 if (!bcmp((char *)&local_ether.octet[0], in ether_ntohost()
172 (char *)&e->octet[0], 6)) { in ether_ntohost()
221 bcopy((char *)&local_ether.octet[0], in ether_hostton()
222 (char *)&e->octet[0], 6); in ether_hostton()