Lines Matching refs:ether_addr_octet
270 static struct kdp_ether_addr kdp_current_mac_address = {.ether_addr_octet = {0, 0, 0, 0, 0, 0}};
287 static struct kdp_ether_addr etherbroadcastaddr = {.ether_addr_octet = {0xff, 0xff, 0xff, 0xff, 0xf…
289 static struct kdp_ether_addr router_mac = {.ether_addr_octet = {0, 0, 0, 0, 0, 0}};
290 static struct kdp_ether_addr destination_mac = {.ether_addr_octet = {0, 0, 0, 0, 0, 0}};
291 static struct kdp_ether_addr temp_mac = {.ether_addr_octet = {0, 0, 0, 0, 0, 0}};
292 static struct kdp_ether_addr current_resolved_MAC = {.ether_addr_octet = {0, 0, 0, 0, 0, 0}};
893 ((my_enaddr.ether_addr_octet[0] & 0xff) == 0 in kdp_arp_reply()
894 && (my_enaddr.ether_addr_octet[1] & 0xff) == 0 in kdp_arp_reply()
895 && (my_enaddr.ether_addr_octet[2] & 0xff) == 0 in kdp_arp_reply()
896 && (my_enaddr.ether_addr_octet[3] & 0xff) == 0 in kdp_arp_reply()
897 && (my_enaddr.ether_addr_octet[4] & 0xff) == 0 in kdp_arp_reply()
898 && (my_enaddr.ether_addr_octet[5] & 0xff) == 0 in kdp_arp_reply()
1217 kdp_mac_addr.ether_addr_octet[0] & 0xff, in kdp_connection_wait()
1218 kdp_mac_addr.ether_addr_octet[1] & 0xff, in kdp_connection_wait()
1219 kdp_mac_addr.ether_addr_octet[2] & 0xff, in kdp_connection_wait()
1220 kdp_mac_addr.ether_addr_octet[3] & 0xff, in kdp_connection_wait()
1221 kdp_mac_addr.ether_addr_octet[4] & 0xff, in kdp_connection_wait()
1222 kdp_mac_addr.ether_addr_octet[5] & 0xff); in kdp_connection_wait()
1225 kdp_mac_addr.ether_addr_octet[0] & 0xff, in kdp_connection_wait()
1226 kdp_mac_addr.ether_addr_octet[1] & 0xff, in kdp_connection_wait()
1227 kdp_mac_addr.ether_addr_octet[2] & 0xff, in kdp_connection_wait()
1228 kdp_mac_addr.ether_addr_octet[3] & 0xff, in kdp_connection_wait()
1229 kdp_mac_addr.ether_addr_octet[4] & 0xff, in kdp_connection_wait()
1230 kdp_mac_addr.ether_addr_octet[5] & 0xff); in kdp_connection_wait()
2073 destination_mac.ether_addr_octet[0] & 0xff, in kdp_panic_dump()
2074 destination_mac.ether_addr_octet[1] & 0xff, in kdp_panic_dump()
2075 destination_mac.ether_addr_octet[2] & 0xff, in kdp_panic_dump()
2076 destination_mac.ether_addr_octet[3] & 0xff, in kdp_panic_dump()
2077 destination_mac.ether_addr_octet[4] & 0xff, in kdp_panic_dump()
2078 destination_mac.ether_addr_octet[5] & 0xff); in kdp_panic_dump()
2304 macaddr.ether_addr_octet[0] = 's'; in kdp_init()
2305 macaddr.ether_addr_octet[1] = 'e'; in kdp_init()
2306 macaddr.ether_addr_octet[2] = 'r'; in kdp_init()
2307 macaddr.ether_addr_octet[3] = 'i'; in kdp_init()
2308 macaddr.ether_addr_octet[4] = 'a'; in kdp_init()
2309 macaddr.ether_addr_octet[5] = 'l'; in kdp_init()
2324 static struct kdp_ether_addr kdp_current_mac_address = {.ether_addr_octet = {0, 0, 0, 0, 0, 0}};