Searched refs:macaddr (Results 1 – 2 of 2) sorted by relevance
323 void kdp_set_interface(void *interface, const struct kdp_ether_addr *macaddr);707 kdp_set_interface(void *ifp, const struct kdp_ether_addr *macaddr) in kdp_set_interface() argument739 if (macaddr) { in kdp_set_interface()740 kdp_current_mac_address = *macaddr; in kdp_set_interface()762 struct kdp_ether_addr *macaddr) in kdp_set_ip_and_mac_addresses() argument776 kdp_current_mac_address = *macaddr; in kdp_set_ip_and_mac_addresses()2272 struct kdp_ether_addr macaddr; in kdp_init() local2304 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()[all …]
110 struct ether_addr *macaddr);