Searched refs:upos (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | p2p_supplicant_sd.c | 32 static int p2p_sd_dns_uncompress_label(char **upos, char *uend, u8 *start, in p2p_sd_dns_uncompress_label() argument 66 return p2p_sd_dns_uncompress_label(upos, uend, start, in p2p_sd_dns_uncompress_label() 84 if (len + 2 > uend - *upos) in p2p_sd_dns_uncompress_label() 87 os_memcpy(*upos, *spos, len); in p2p_sd_dns_uncompress_label() 89 *upos += len; in p2p_sd_dns_uncompress_label() 90 (*upos)[0] = '.'; in p2p_sd_dns_uncompress_label() 91 (*upos)++; in p2p_sd_dns_uncompress_label() 92 (*upos)[0] = '\0'; in p2p_sd_dns_uncompress_label() 109 char *upos, *uend; in p2p_sd_dns_uncompress() local 128 upos = buf; in p2p_sd_dns_uncompress() [all …]
|
/freebsd/sys/kern/ |
H A D | subr_unit.c | 234 void *upos; member 245 iter->upos = NULL; in create_iter_unr() 259 if (iter->upos == uh) in next_iter_unrl() 265 iter->upos = uh; in next_iter_unrl() 268 iter->upos = up; in next_iter_unrl() 270 iter->upos = NULL; in next_iter_unrl() 278 up = iter->upos; in next_iter_unrl() 286 up = iter->upos = TAILQ_FIRST(&uh->head); in next_iter_unrl() 308 up = iter->upos = TAILQ_NEXT((struct unr *)iter->upos, list); in next_iter_unrl() 309 if (iter->upos == NULL) { in next_iter_unrl() [all …]
|
/freebsd/contrib/wpa/hs20/client/ |
H A D | oma_dm_client.c | 507 char *data, *uri, *upos, *end; in oma_dm_run_add() local 550 upos = os_strrchr(uri, '/'); in oma_dm_run_add() 551 if (!upos) in oma_dm_run_add() 553 upos[0] = '\0'; in oma_dm_run_add() 568 upos = uri; in oma_dm_run_add() 569 while (*upos == '/') in oma_dm_run_add() 570 upos++; in oma_dm_run_add() 571 wpa_printf(MSG_INFO, "Nodes to add: %s", upos); in oma_dm_run_add() 574 end = os_strchr(upos, '/'); in oma_dm_run_add() 578 wpa_printf(MSG_INFO, "Adding interim node %s", upos); in oma_dm_run_add() [all …]
|