Home
last modified time | relevance | path

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

/dragonfly/etc/rc.d/
H A Dmoused42 eval myport=\${moused_${ms}_port-/dev/$ms}
47 myport="$moused_port"
52 /usr/sbin/moused ${myflags} -p ${myport} -t ${mytype} ${pidarg}
/dragonfly/stand/lib/
H A Dudp.c72 inet_ntoa(d->myip), ntohs(d->myport)); in sendudp()
94 uh->uh_sport = d->myport; in sendudp()
215 if (uh->uh_dport != d->myport) { in readudp()
219 d->myport, ntohs(uh->uh_dport)); in readudp()
H A Diodesc.h44 u_short myport; /* local port, net order */ member
H A Dbootparam.c160 d->myport = htons(rpc_newport()); in bp_whoami()
275 d->myport = htons(rpc_newport()); in bp_getfile()
H A Dbootp.c142 d->myport = htons(IPPORT_BOOTPC); in bootp()
H A Dtftp.c216 h->iodesc->myport = htons(tftpport + (getsecs() & 0x3ff)); in tftp_makereq()
H A Dnfs.c425 desc->myport = htons(rpc_newport()); in nfs_open()
/dragonfly/stand/boot/pc32/libi386/
H A Dpxe.c598 udpwrite_p->src_port = h->myport; in sendudp()
644 udpread_p->d_port = h->myport; in readudp()