SGPORT
SGPORT(&our_query_sin) = htons(ANY_PORT);
SGPORT(&rmt_query_sin) = htons(RFC931_PORT);
ntohs(SGPORT(rmt_sin)),
ntohs(SGPORT(our_sin)));
&& ntohs(SGPORT(rmt_sin)) == rmt_port
&& ntohs(SGPORT(our_sin)) == our_port) {