HomeSort by relevance Sort by last modified time
    Searched full:is_ipv6 (Results 1 - 4 of 4) sorted by null

  /system/extras/multinetwork/
common.cpp 123 const bool is_ipv6 = (sa->sa_family == AF_INET6); local
126 getnameinfo(sa, is_ipv6 ? sizeof(sockaddr_in6) : sizeof(sockaddr_in),
134 return (is_ipv6 ? "[" : "") + std::string(host) + (is_ipv6 ? "]:" : ":") + std::string(port);
  /external/tcpdump/
print-olsr.c 261 const u_char *pptr, u_int length, int is_ipv6)
291 (is_ipv6 == 0) ? 4 : 6,
315 if (is_ipv6)
345 else /* (!is_ipv6) */
427 if (is_ipv6) {
460 if (is_ipv6) {
477 if (is_ipv6)
485 is_ipv6 ? ip6addr_string(ndo, msg_data) :
502 if (is_ipv6)
550 if (is_ipv6)
    [all...]
  /external/fio/engines/
net.c 220 static inline int is_ipv6(struct netio_options *o) function
535 if (is_ipv6(o)) {
599 if (!is_ipv6(o)) {
767 if (is_ipv6(o)) {
887 if (is_ipv6(o)) {
922 if (is_ipv6(o)) {
956 if (is_ipv6(o)) {
1027 if (is_ipv6(o))
1071 if (is_ipv6(o)) {
1085 if (is_ipv6(o))
    [all...]
  /external/libevent/
evutil.c 1800 int is_ipv6; local
    [all...]

Completed in 303 milliseconds