Searched refs:ip_len (Results 1 - 15 of 15) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | dhcp_snoop.c | 42 u16 ip_len; in handle_dhcp() local 49 ip_len = ntohs(b->iph.ip_len); in handle_dhcp() 50 if (ip_len > (unsigned int) (len - ETH_HLEN)) in handle_dhcp() 57 end = (const u8 *) b + ip_len; in handle_dhcp()
|
H A D | fils_hlp.c | 264 iph->ip_len = htons(sizeof(*iph) + sizeof(*udph) + (end - pos)); in fils_dhcp_handler() 514 uint16_t ip_len; in fils_process_hlp_ip() local 524 ip_len = ntohs(iph->ip_len); in fils_process_hlp_ip() 525 if (ip_len > len) in fils_process_hlp_ip()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/ |
H A D | x509v3.h | 44 size_t ip_len; /* IPv4: 4, IPv6: 16 */ member
|
H A D | x509v3.c | 36 name->ip_len = 0; in x509_free_name() 970 name->ip_len = len; in x509_parse_alt_name_ip()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/ |
H A D | x509v3.h | 44 size_t ip_len; /* IPv4: 4, IPv6: 16 */ member
|
H A D | x509v3.c | 36 name->ip_len = 0; in x509_free_name() 950 name->ip_len = len; in x509_parse_alt_name_ip()
|
/third_party/musl/porting/liteos_a/kernel/include/netinet/ |
H A D | ip.h | 52 uint16_t ip_len; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/ |
H A D | ip.h | 52 uint16_t ip_len; member
|
/third_party/musl/porting/uniproton/kernel/include/netinet/ |
H A D | ip.h | 52 uint16_t ip_len; member
|
/third_party/musl/porting/liteos_m/kernel/include/netinet/ |
H A D | ip.h | 52 uint16_t ip_len; member
|
/third_party/musl/include/netinet/ |
H A D | ip.h | 52 uint16_t ip_len; member
|
/third_party/musl/porting/linux/user/src/network/ |
H A D | lookup_name.c | 633 int ip_len = strlen(ip); in _predefined_host_add_record() local 634 int total = host_len + 1 + ip_len + 1 + head_len; in _predefined_host_add_record() 646 memcpy(i_ip, ip, ip_len + 1); in _predefined_host_add_record()
|
/third_party/musl/src/network/ |
H A D | lookup_name.c | 701 int ip_len = strlen(ip); in _predefined_host_add_record() local 702 int total = host_len + 1 + ip_len + 1 + head_len; in _predefined_host_add_record() 714 memcpy(i_ip, ip, ip_len + 1); in _predefined_host_add_record()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
H A D | ap_ctrl_iface.c | 2041 ntohs(ip.ip_len) > HWSIM_IP_LEN) { in hostapd_data_test_rx() 2047 for (i = 0; i < ntohs(ip.ip_len) - sizeof(ip); i++) { in hostapd_data_test_rx() 2057 if (ntohs(ip.ip_len) != HWSIM_IP_LEN) in hostapd_data_test_rx() 2058 os_snprintf(extra, sizeof(extra), " len=%d", ntohs(ip.ip_len)); in hostapd_data_test_rx() 2158 ip->ip_len = htons(send_len); in hostapd_ctrl_iface_data_test_tx()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | ctrl_iface.c | 10111 if (ip.ip_hl != 5 || ip.ip_v != 4 || ntohs(ip.ip_len) > HWSIM_IP_LEN) { 10117 for (i = 0; i < ntohs(ip.ip_len) - sizeof(ip); i++) { 10126 if (ntohs(ip.ip_len) != HWSIM_IP_LEN) 10127 os_snprintf(extra, sizeof(extra), " len=%d", ntohs(ip.ip_len)); 10226 ip->ip_len = htons(send_len);
|
Completed in 30 milliseconds