Searched refs:upos (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant_sd.c32 static int p2p_sd_dns_uncompress_label(char **upos, char *uend, u8 *start, argument
66 return p2p_sd_dns_uncompress_label(upos, uend, start,
84 if (len + 2 > uend - *upos)
87 os_memcpy(*upos, *spos, len);
89 *upos += len;
90 (*upos)[0] = '.';
91 (*upos)++;
92 (*upos)[0] = '\0';
109 char *upos, *uend; local
128 upos
[all...]
/freebsd-current/contrib/wpa/hs20/client/
H A Doma_dm_client.c507 char *data, *uri, *upos, *end; local
550 upos = os_strrchr(uri, '/');
551 if (!upos)
553 upos[0] = '\0';
568 upos = uri;
569 while (*upos == '/')
570 upos++;
571 wpa_printf(MSG_INFO, "Nodes to add: %s", upos);
574 end = os_strchr(upos, '/');
578 wpa_printf(MSG_INFO, "Adding interim node %s", upos);
[all...]
/freebsd-current/sys/kern/
H A Dsubr_unit.c227 * start: ipos = -1, upos = NULL;
228 * end: ipos = -1, upos = uh
234 void *upos; member in struct:unrhdr_iter
245 iter->upos = NULL;
259 if (iter->upos == uh)
265 iter->upos = uh;
268 iter->upos = up;
270 iter->upos = NULL;
278 up = iter->upos;
286 up = iter->upos
[all...]

Completed in 276 milliseconds