Searched refs:GET_PORT (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/bsd/libbind/dist/irs/ |
| H A D | getaddrinfo.c | 237 #define GET_PORT(ai, serv) \ macro 678 GET_PORT(cur, servname); /*%< XXX: redundant lookups... */ 758 GET_PORT(cur->ai_next, servname); 764 GET_PORT(cur->ai_next, servname); 808 GET_PORT(cur->ai_next, servname); 821 GET_PORT(cur->ai_next, servname);
|
| /netbsd-src/lib/libc/net/ |
| H A D | getaddrinfo.c | 327 #define GET_PORT(ai, serv, svd) \ macro 1198 GET_PORT(cur, servname, svd); in explore_fqdn() 1263 GET_PORT(cur->ai_next, servname, svd); in explore_null() 1269 GET_PORT(cur->ai_next, servname, svd); in explore_null() 1336 GET_PORT(cur->ai_next, servname, svd); in explore_numeric() 1356 GET_PORT(cur->ai_next, servname, svd); in explore_numeric()
|
| /netbsd-src/sys/dev/ic/ |
| H A D | mpt_mpilib.h | 4247 #define GET_PORT(x) (((x) & TARGET_MODE_REPLY_PORT_MASK) \ macro
|