Home
last modified time | relevance | path

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

/dragonfly/stand/lib/
H A Diodesc.h41 struct in_addr destip; /* dest. ip addr, net order */ member
H A Dudp.c74 inet_ntoa(d->destip), ntohs(d->destport)); in sendudp()
91 ip->ip_dst = d->destip; in sendudp()
H A Dbootparam.c161 d->destip.s_addr = INADDR_BROADCAST; /* XXX: subnet bcast? */ in bp_whoami()
276 d->destip = bp_server_addr; in bp_getfile()
H A Drpc.c418 port = rpc_pmap_getcache(d->destip, prog, vers); in rpc_getport()
438 rpc_pmap_putcache(d->destip, prog, vers, port); in rpc_getport()
H A Dtftp.c167 d->destip = ip->ip_src; in recvtftp()
294 io->destip = servip; in tftp_open()
H A Dbootp.c143 d->destip.s_addr = INADDR_BROADCAST; in bootp()
H A Dnfs.c426 desc->destip = rootip; in nfs_open()
/dragonfly/stand/boot/pc32/libi386/
H A Dpxe.c596 udpwrite_p->ip = h->destip.s_addr; in sendudp()
603 if (netmask == 0 || SAMENET(myip, h->destip, netmask)) in sendudp()