Home
last modified time | relevance | path

Searched refs:GET_PORT (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libc/net/
H A Dgetaddrinfo.c327 #define GET_PORT(ai, serv) \ macro
1222 GET_PORT(ai, servname); in explore_null()
1225 GET_PORT(ai, servname); in explore_null()
1300 GET_PORT(ai, servname); in explore_numeric()
1959 GET_PORT(cur, servname); in explore_fqdn()
/freebsd/sys/dev/mpt/mpilib/
H A Dmpi_targ.h618 #define GET_PORT(x) (((x) & TARGET_MODE_REPLY_PORT_MASK) \ macro