HomeSort by: relevance | last modified time | path
    Searched defs:ip_ptr (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/wpa/dist/src/ap/
sta_info.c 1509 const u8 *ip_ptr = NULL; local
1542 ip_ptr = ip_addr_buf;
1585 ip_ptr);
  /src/external/lgpl3/mpfr/dist/src/
vasprintf.c 890 char *ip_ptr; /* Pointer to integral part characters*/ member in struct:number_parts
891 size_t ip_size; /* Number of digits in *ip_ptr */
909 string as ip_ptr */
1105 np->ip_ptr = MPFR_IS_NEG (p) ? ++str : str; /* skip sign if any */
1132 np->ip_ptr = register_string (np->sl, str);
1141 np->ip_ptr = register_string (np->sl, str);
1164 np->ip_ptr = register_string (np->sl, str);
1316 np->ip_ptr = MPFR_IS_NEG (p) ? ++str : str; /* skip sign if any */
1424 np->ip_ptr = register_string (np->sl, str);
1439 np->ip_ptr[0] = '1'
    [all...]
  /src/external/bsd/wpa/dist/wpa_supplicant/
p2p_supplicant.c 7856 u8 ip[3 * 4], *ip_ptr = NULL; local
7904 ip_ptr = ip;
7917 wpas_notify_p2p_group_started(wpa_s, ssid, persistent, 1, ip_ptr);

Completed in 35 milliseconds