Searched refs:MAX_HW_LEN (Results 1 – 1 of 1) sorted by relevance
96 static const size_t MAX_HW_LEN = 10; variable1654 char buf[3 * MAX_HW_LEN]; /* enough for MAX_HW_LEN byte hw address */ in arp_ip_handle_input()1792 u_char storage[sizeof(struct kev_in_collision) + MAX_HW_LEN]; in arp_ip_handle_input()1795 bzero(storage, (sizeof(struct kev_in_collision) + MAX_HW_LEN)); in arp_ip_handle_input()1809 in_collision->hw_len = (sender_hw->sdl_alen < MAX_HW_LEN) ? in arp_ip_handle_input()1810 sender_hw->sdl_alen : MAX_HW_LEN; in arp_ip_handle_input()2067 char buf2[3 * MAX_HW_LEN]; in arp_ip_handle_input()