HomeSort by relevance Sort by last modified time
    Searched refs:WILD_SOCKTYPE (Results 1 - 2 of 2) sorted by null

  /external/tcpdump/missing/
getaddrinfo.c 148 #define WILD_SOCKTYPE(ex) ((ex)->e_wild & 0x02)
402 if (!MATCH(pai->ai_socktype, ex->e_socktype, WILD_SOCKTYPE(ex)))
459 WILD_SOCKTYPE(ex))) {
  /bionic/libc/netbsd/net/
getaddrinfo.c 154 #define WILD_SOCKTYPE(ex) ((ex)->e_wild & 0x02)
482 if (!MATCH(pai->ai_socktype, ex->e_socktype, WILD_SOCKTYPE(ex)))
533 WILD_SOCKTYPE(ex))) {
    [all...]

Completed in 19 milliseconds