Searched refs:MAX_HW_LEN (Results 1 – 1 of 1) sorted by relevance
97 static const size_t MAX_HW_LEN = 10; variable1651 char buf[3 * MAX_HW_LEN]; /* enough for MAX_HW_LEN byte hw address */ in arp_ip_handle_input()1784 u_char storage[sizeof(struct kev_in_collision) + MAX_HW_LEN]; in arp_ip_handle_input()1787 bzero(storage, (sizeof(struct kev_in_collision) + MAX_HW_LEN)); in arp_ip_handle_input()1801 in_collision->hw_len = (sender_hw->sdl_alen < MAX_HW_LEN) ? in arp_ip_handle_input()1802 sender_hw->sdl_alen : MAX_HW_LEN; in arp_ip_handle_input()2059 char buf2[3 * MAX_HW_LEN]; in arp_ip_handle_input()