Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libwrap/
H A Drfc931.c142 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_port
174 && ntohs(SGPORT(our_sin)) == our_port) {
H A Dtcpd.h60 #define SGPORT(sag) (*((sag)->sg_family == AF_INET6 ? \ macro
84 #define SGPORT(sag) ((sag)->sg_sin.sin_port) macro