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

/freebsd-9.3-release/lib/libstand/
H A Diodesc.h45 u_short destport; /* dest. port, net order */ member in struct:iodesc
H A Dudp.c79 inet_ntoa(d->destip), ntohs(d->destport));
100 uh->uh_dport = d->destport;
H A Dtftp.c215 d->destport = uh->uh_sport;
248 d->destport = uh->uh_sport;
314 h->iodesc->destport = htons(IPPORT_TFTP);
H A Drpc.c133 d->destport = htons(port);
H A Dbootp.c160 d->destport = htons(IPPORT_BOOTPS);
/freebsd-9.3-release/contrib/ipfilter/perl/
H A DIpfanaly.pl162 ($srcip,$srcport,$destip,$destport,$pro)= split " " , @shortrecs[$cnt];
210 if("$destport" eq "$lookat")
278 ($srcip,$srcport,$destip,$destport,$pro)= split " " , @shortrecs[$loop];
281 if ($destport < $ITRUSTABOVE )
286 $where=index($saferports,$destport);
289 $nameis=$services{$destport};
292 $nameis=$destport;
551 ($srcip,$srcport,$destip,$destport,$pro)= split " " , @shortrecs[$loop];
569 if ("$destport" eq "icmp")
573 $destportnam=$services{$destport};
[all...]
/freebsd-9.3-release/sys/boot/i386/libi386/
H A Dpxe.c641 udpwrite_p->dst_port = h->destport;

Completed in 140 milliseconds