Home
last modified time | relevance | path

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

/openbsd/sys/lib/libsa/
H A Diodesc.h48 u_short destport; /* dest. port, net order */ member
H A Dnetudp.c76 inet_ntoa(d->destip), ntohs(d->destport)); in sendudp()
97 uh->uh_dport = d->destport; in sendudp()
H A Dtftp.c128 d->destport = uh->uh_sport; in recvtftp()
178 h->iodesc->destport = htons(IPPORT_TFTP); in tftp_makereq()
H A Dbootp.c110 d->destport = htons(IPPORT_BOOTPS); in bootp()
H A Drpc.c132 d->destport = htons(port); in rpc_call()
/openbsd/usr.sbin/nsd/
H A Dxfrd-notify.c189 unsigned int destport = ((dest->port == 0)? in cmp_addr_equal() local
197 if(ntohs(a2->sin6_port) != destport) in cmp_addr_equal()
211 if(ntohs(a3->sin_port) != destport) in cmp_addr_equal()
/openbsd/sys/arch/amd64/stand/libsa/
H A Dpxe.c134 uw->dst_port = d->destport; in pxesendudp()
/openbsd/sys/arch/i386/stand/libsa/
H A Dpxe.c134 uw->dst_port = d->destport; in pxesendudp()