Searched refs:macaddr (Results 1 – 2 of 2) sorted by relevance
321 void kdp_set_interface(void *interface, const struct kdp_ether_addr *macaddr);705 kdp_set_interface(void *ifp, const struct kdp_ether_addr *macaddr) in kdp_set_interface() argument737 if (macaddr) { in kdp_set_interface()738 kdp_current_mac_address = *macaddr; in kdp_set_interface()760 struct kdp_ether_addr *macaddr) in kdp_set_ip_and_mac_addresses() argument774 kdp_current_mac_address = *macaddr; in kdp_set_ip_and_mac_addresses()2266 struct kdp_ether_addr macaddr; in kdp_init() local2298 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()[all …]
108 struct ether_addr *macaddr);