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