Searched refs:myport (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/boot/lib/libstand/
H A Diodesc.h46 u_short myport; /* local port, net order */ member in struct:iodesc
H A Dudp.c77 inet_ntoa(d->myip), ntohs(d->myport));
99 uh->uh_sport = d->myport;
224 if (uh->uh_dport != d->myport) {
228 d->myport, ntohs(uh->uh_dport));
H A Dbootparam.c162 d->myport = htons(--rpc_port);
281 d->myport = htons(--rpc_port);
H A Dbootp.c158 d->myport = htons(IPPORT_BOOTPC);
H A Dtftp.c319 /* h->iodesc->myport = htons(--tftpport); */
320 h->iodesc->myport = htons(tftpport + (getsecs() & 0x3ff));
H A Dnfs.c486 desc->myport = htons(--rpc_port);
1128 desc->myport = htons(--rpc_port);
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dpxe.c444 d->myport = htons(--rpc_port);
496 d->myport = htons(--rpc_port);
655 udpwrite_p->src_port = h->myport;
690 udpread_p->d_port = h->myport;
/illumos-gate/usr/src/lib/libnsl/nss/
H A Dnetdir_inet_sundry.c133 unsigned short myport; local
142 myport = ntohs(sa->sin_port);
147 myport = ntohs(sa6->sin6_port);
155 (void) sprintf(tmp + strlen(tmp), ".%d.%d", myport >> 8, myport & 255);

Completed in 63 milliseconds