Lines Matching refs:ether_addr_octet
268 static struct kdp_ether_addr kdp_current_mac_address = {.ether_addr_octet = {0, 0, 0, 0, 0, 0}};
285 static struct kdp_ether_addr etherbroadcastaddr = {.ether_addr_octet = {0xff, 0xff, 0xff, 0xff, 0xf…
287 static struct kdp_ether_addr router_mac = {.ether_addr_octet = {0, 0, 0, 0, 0, 0}};
288 static struct kdp_ether_addr destination_mac = {.ether_addr_octet = {0, 0, 0, 0, 0, 0}};
289 static struct kdp_ether_addr temp_mac = {.ether_addr_octet = {0, 0, 0, 0, 0, 0}};
290 static struct kdp_ether_addr current_resolved_MAC = {.ether_addr_octet = {0, 0, 0, 0, 0, 0}};
891 ((my_enaddr.ether_addr_octet[0] & 0xff) == 0 in kdp_arp_reply()
892 && (my_enaddr.ether_addr_octet[1] & 0xff) == 0 in kdp_arp_reply()
893 && (my_enaddr.ether_addr_octet[2] & 0xff) == 0 in kdp_arp_reply()
894 && (my_enaddr.ether_addr_octet[3] & 0xff) == 0 in kdp_arp_reply()
895 && (my_enaddr.ether_addr_octet[4] & 0xff) == 0 in kdp_arp_reply()
896 && (my_enaddr.ether_addr_octet[5] & 0xff) == 0 in kdp_arp_reply()
1215 kdp_mac_addr.ether_addr_octet[0] & 0xff, in kdp_connection_wait()
1216 kdp_mac_addr.ether_addr_octet[1] & 0xff, in kdp_connection_wait()
1217 kdp_mac_addr.ether_addr_octet[2] & 0xff, in kdp_connection_wait()
1218 kdp_mac_addr.ether_addr_octet[3] & 0xff, in kdp_connection_wait()
1219 kdp_mac_addr.ether_addr_octet[4] & 0xff, in kdp_connection_wait()
1220 kdp_mac_addr.ether_addr_octet[5] & 0xff); in kdp_connection_wait()
1223 kdp_mac_addr.ether_addr_octet[0] & 0xff, in kdp_connection_wait()
1224 kdp_mac_addr.ether_addr_octet[1] & 0xff, in kdp_connection_wait()
1225 kdp_mac_addr.ether_addr_octet[2] & 0xff, in kdp_connection_wait()
1226 kdp_mac_addr.ether_addr_octet[3] & 0xff, in kdp_connection_wait()
1227 kdp_mac_addr.ether_addr_octet[4] & 0xff, in kdp_connection_wait()
1228 kdp_mac_addr.ether_addr_octet[5] & 0xff); in kdp_connection_wait()
2071 destination_mac.ether_addr_octet[0] & 0xff, in kdp_panic_dump()
2072 destination_mac.ether_addr_octet[1] & 0xff, in kdp_panic_dump()
2073 destination_mac.ether_addr_octet[2] & 0xff, in kdp_panic_dump()
2074 destination_mac.ether_addr_octet[3] & 0xff, in kdp_panic_dump()
2075 destination_mac.ether_addr_octet[4] & 0xff, in kdp_panic_dump()
2076 destination_mac.ether_addr_octet[5] & 0xff); in kdp_panic_dump()
2298 macaddr.ether_addr_octet[0] = 's'; in kdp_init()
2299 macaddr.ether_addr_octet[1] = 'e'; in kdp_init()
2300 macaddr.ether_addr_octet[2] = 'r'; in kdp_init()
2301 macaddr.ether_addr_octet[3] = 'i'; in kdp_init()
2302 macaddr.ether_addr_octet[4] = 'a'; in kdp_init()
2303 macaddr.ether_addr_octet[5] = 'l'; in kdp_init()
2318 static struct kdp_ether_addr kdp_current_mac_address = {.ether_addr_octet = {0, 0, 0, 0, 0, 0}};