Home
last modified time | relevance | path

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

/src/stand/libsa/
H A Dudp.c69 inet_ntoa(d->destip), ntohs(d->destport)); in sendudp()
87 ui->ui_dst = d->destip; in sendudp()
H A Diodesc.h41 struct in_addr destip; /* dest. ip addr, net order */ member
H A Dbootparam.c156 d->destip.s_addr = INADDR_BROADCAST; /* XXX: subnet bcast? */ in bp_whoami()
270 d->destip = bp_server_addr; in bp_getfile()
H A Dnetif.c360 bzero(&s->destip, sizeof (s->destip)); in netif_close()
H A Drpc.c398 port = rpc_pmap_getcache(d->destip, prog, vers); in rpc_getport()
420 rpc_pmap_putcache(d->destip, prog, vers, port); in rpc_getport()
H A Dip.c96 inet_ntoa(d->destip), ntohs(d->destport))); in sendip()
109 ip->ip_dst = d->destip; in sendip()
H A Dtftp.c518 io->destip = rootip; in tftp_open()
688 sb->st_dev = (dev_t)tftpfile->iodesc->destip.s_addr; in tftp_stat()
H A Dbootp.c164 d->destip.s_addr = INADDR_BROADCAST; in bootp()
H A Dnfs.c505 desc->destip = rootip; in nfs_open()
/src/usr.sbin/virtual_oss/virtual_oss/
H A Dhttpd.c91 uint32_t destip; member
219 pkt.ip.destip = htobe32((239 << 24) + (255 << 16) + (1 << 0)); in voss_httpd_send_rtp_sub()