Searched refs:substr_len (Results 1 – 3 of 3) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | p2p_supplicant_sd.c | 991 size_t plen, svc_len, substr_len = 0; in wpas_p2p_sd_request_asp() local 996 substr_len = os_strlen(info_substr); in wpas_p2p_sd_request_asp() 998 if (svc_len > 0xff || substr_len > 0xff) in wpas_p2p_sd_request_asp() 1001 plen = 1 + 1 + 1 + svc_len + 1 + substr_len; in wpas_p2p_sd_request_asp() 1011 wpabuf_put_u8(tlvs, (u8) substr_len); /* Info Substring Length */ in wpas_p2p_sd_request_asp() 1012 wpabuf_put_data(tlvs, info_substr, substr_len); in wpas_p2p_sd_request_asp()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | p2p_supplicant_sd.c | 1021 size_t plen, svc_len, substr_len = 0; in wpas_p2p_sd_request_asp() local 1026 substr_len = os_strlen(info_substr); in wpas_p2p_sd_request_asp() 1028 if (svc_len > 0xff || substr_len > 0xff) in wpas_p2p_sd_request_asp() 1031 plen = 1 + 1 + 1 + svc_len + 1 + substr_len; in wpas_p2p_sd_request_asp() 1041 wpabuf_put_u8(tlvs, (u8) substr_len); /* Info Substring Length */ in wpas_p2p_sd_request_asp() 1042 wpabuf_put_data(tlvs, info_substr, substr_len); in wpas_p2p_sd_request_asp()
|
/third_party/lwip/src/core/ |
D | pbuf.c | 1539 size_t substr_len; in pbuf_strstr() local 1543 substr_len = strlen(substr); in pbuf_strstr() 1544 if (substr_len >= 0xFFFF) { in pbuf_strstr() 1547 return pbuf_memfind(p, substr, (u16_t)substr_len, 0); in pbuf_strstr()
|