Home
last modified time | relevance | path

Searched refs:destport (Results 1 – 6 of 6) sorted by relevance

/dragonfly/stand/lib/
H A Diodesc.h43 u_short destport; /* dest. port, net order */ member
H A Dudp.c74 inet_ntoa(d->destip), ntohs(d->destport)); in sendudp()
95 uh->uh_dport = d->destport; in sendudp()
H A Dtftp.c166 d->destport = uh->uh_sport; in recvtftp()
217 h->iodesc->destport = htons(IPPORT_TFTP); in tftp_makereq()
H A Dbootp.c144 d->destport = htons(IPPORT_BOOTPS); in bootp()
H A Drpc.c139 d->destport = htons(port); in rpc_call()
/dragonfly/stand/boot/pc32/libi386/
H A Dpxe.c597 udpwrite_p->dst_port = h->destport; in sendudp()