Home
last modified time | relevance | path

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

/freebsd/stand/libsa/
H A Dudp.c69 inet_ntoa(d->destip), ntohs(d->destport)); in sendudp()
81 uh->uh_dport = d->destport; in sendudp()
H A Diodesc.h43 u_short destport; /* dest. port, net order */ member
H A Dtftp.c231 d->destport = uh->uh_sport; in recvtftp()
272 d->destport = uh->uh_sport; in recvtftp()
347 h->iodesc->destport = htons(IPPORT_TFTP); in tftp_makereq()
H A Dnetif.c362 s->destport = 0; in netif_close()
H A Drpc.c128 d->destport = htons(port); in rpc_call()
H A Dip.c99 inet_ntoa(d->destip), ntohs(d->destport)); in sendip()
H A Dbootp.c172 d->destport = htons(IPPORT_BOOTPS); in bootp()