Searched refs:SGPORT (Results 1 – 2 of 2) sorted by relevance
142 SGPORT(&our_query_sin) = htons(ANY_PORT);144 SGPORT(&rmt_query_sin) = htons(RFC931_PORT);158 ntohs(SGPORT(rmt_sin)),159 ntohs(SGPORT(our_sin)));173 && ntohs(SGPORT(rmt_sin)) == rmt_port174 && ntohs(SGPORT(our_sin)) == our_port) {
60 #define SGPORT(sag) (*((sag)->sg_family == AF_INET6 ? \ macro84 #define SGPORT(sag) ((sag)->sg_sin.sin_port) macro