Searched refs:destip (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/lib/libstand/
H A Diodesc.h43 struct in_addr destip; /* dest. ip addr, net order */ member in struct:iodesc
H A Dbootparam.c163 d->destip.s_addr = INADDR_BROADCAST; /* XXX: subnet bcast? */
282 d->destip = bp_server_addr;
H A Dudp.c79 inet_ntoa(d->destip), ntohs(d->destport));
96 ip->ip_dst = d->destip;
H A Drpc.c410 port = rpc_pmap_getcache(d->destip, prog, vers);
430 rpc_pmap_putcache(d->destip, prog, vers, port);
H A Dbootp.c159 d->destip.s_addr = INADDR_BROADCAST;
H A Dtftp.c414 io->destip = servip;
H A Dnfs.c487 desc->destip = rootip;
1131 desc->destip = rootip;
/freebsd-9.3-release/contrib/ipfilter/perl/
H A DIpfanaly.pl162 ($srcip,$srcport,$destip,$destport,$pro)= split " " , @shortrecs[$cnt];
175 if("$destip" eq "$gatekeep")
212 if("$destip" eq "$gatekeep")
278 ($srcip,$srcport,$destip,$destport,$pro)= split " " , @shortrecs[$loop];
279 if ("$destip" eq "$gatekeep")
486 ($srcip,$dummy,$destip,$dummy2,$dummy3,$dummy4,$lenicmp)= split " " , $a ;
491 $a = $srcip . $icmp . $ptr . $destip . $icmp . $icmp . $lenst . $lenicmp ;
551 ($srcip,$srcport,$destip,$destport,$pro)= split " " , @shortrecs[$loop];
/freebsd-9.3-release/sys/boot/i386/libi386/
H A Dpxe.c432 d->destip = rootip;
484 d->destip = rootip;
640 udpwrite_p->ip = h->destip.s_addr;
647 if (netmask == 0 || SAMENET(myip, h->destip, netmask))

Completed in 74 milliseconds