Searched refs:gend (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/wpa/src/p2p/ |
H A D | p2p_parse.c | 662 const u8 *g, *gend; in p2p_group_info_parse() local 669 gend = gi + gi_len; in p2p_group_info_parse() 670 while (g < gend) { in p2p_group_info_parse() 678 if (len > gend - g || len < 2 * ETH_ALEN + 1 + 2 + 8 + 1) in p2p_group_info_parse()
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | streambuf | 71 void setg(char_type* gbeg, char_type* gnext, char_type* gend); 240 …_LIBCPP_ASSERT_VALID_INPUT_RANGE(std::__is_valid_range(__gbeg, __gend), "[gbeg, gend) must be a va… 241 …_LIBCPP_ASSERT_VALID_INPUT_RANGE(std::__is_valid_range(__gnext, __gend), "[gnext, gend) must be a …
|
/freebsd/contrib/wpa/src/drivers/ |
H A D | driver_wext.c | 1340 char *genie, *gpos, *gend; in wext_get_scan_iwevgenie() local 1347 gend = genie + iwe->u.data.length; in wext_get_scan_iwevgenie() 1348 if (gend > end) { in wext_get_scan_iwevgenie() 1353 tmp = os_realloc(res->ie, res->ie_len + gend - gpos); in wext_get_scan_iwevgenie() 1356 os_memcpy(tmp + res->ie_len, gpos, gend - gpos); in wext_get_scan_iwevgenie() 1358 res->ie_len += gend - gpos; in wext_get_scan_iwevgenie()
|