Searched refs:myport (Results 1 – 8 of 8) sorted by relevance
| /mirbsd/src/sys/lib/libsa/ |
| D | net.c | 76 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()
|
| D | iodesc.h | 49 u_short myport; /* local port, net order */ member
|
| D | bootparam.c | 157 d->myport = htons(--rpc_port); in bp_whoami() 273 d->myport = htons(--rpc_port); in bp_getfile()
|
| D | bootp.c | 109 d->myport = htons(IPPORT_BOOTPC); in bootp()
|
| D | tftp.c | 178 h->iodesc->myport = htons(tftpport + (getsecs() & 0x3ff)); in tftp_makereq()
|
| D | nfs.c | 388 desc->myport = htons(--rpc_port); in nfs_mount()
|
| /mirbsd/src/sys/arch/i386/stand/libsa/ |
| D | pxe.c | 146 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/ |
| D | FTP.pm | 837 my($myport, @myaddr) = ($listen->sockport, split(/\./,$listen->sockhost)); 839 $port = join(',', @myaddr, $myport >> 8, $myport & 0xff);
|