Searched refs:aport (Results 1 - 2 of 2) sorted by last modified time

/macosx-10.10.1/Libinfo-459/util.subproj/
H A Drcmd.c125 int s, aport, lport, timo, error; local
277 aport = ntohs(((struct sockaddr_in *)&from)->sin_port);
281 aport = ntohs(((struct sockaddr_in6 *)&from)->sin6_port);
285 aport = 0; /* error */
292 if (aport == 20) {
304 if (aport >= IPPORT_RESERVED || aport < IPPORT_RESERVED / 2) {
/macosx-10.10.1/libresolv-57/
H A Dres_init.c265 uint16_t aport; local
310 aport = port;
324 aport = atoi(lastdot + 1);
325 if (aport == 0) aport = port;
340 sin6.sin6_port = htons(aport);
356 sin4.sin_port = htons(aport);
756 unsigned short aport; /* HOST BYTE ORDER */ local
777 aport = port;
791 aport
[all...]

Completed in 123 milliseconds