Home
last modified time | relevance | path

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

/mirbsd/src/sys/lib/libsa/
Dnet.c76 inet_ntoa(d->myip), ntohs(d->myport)); in sendudp()
98 uh->uh_sport = d->myport; in sendudp()
214 if (uh->uh_dport != d->myport) { in readudp()
218 d->myport, ntohs(uh->uh_dport)); in readudp()
Diodesc.h49 u_short myport; /* local port, net order */ member
Dbootparam.c157 d->myport = htons(--rpc_port); in bp_whoami()
273 d->myport = htons(--rpc_port); in bp_getfile()
Dbootp.c109 d->myport = htons(IPPORT_BOOTPC); in bootp()
Dtftp.c178 h->iodesc->myport = htons(tftpport + (getsecs() & 0x3ff)); in tftp_makereq()
Dnfs.c388 desc->myport = htons(--rpc_port); in nfs_mount()
/mirbsd/src/sys/arch/i386/stand/libsa/
Dpxe.c146 uw->src_port = d->myport; in pxesendudp()
182 ur->d_port = d->myport; in pxereadudp()
201 uh->uh_dport = d->myport; in pxereadudp()
/mirbsd/src/gnu/usr.bin/perl/lib/Net/
DFTP.pm837 my($myport, @myaddr) = ($listen->sockport, split(/\./,$listen->sockhost));
839 $port = join(',', @myaddr, $myport >> 8, $myport & 0xff);