taglinefilesource code
dst_port210net/ipv4/ip_fw.c__u16      src_port=0xFFFF, dst_port=0xFFFF, icmp_type=0xFF;
dst_port289net/ipv4/ip_fw.cdst_port=ntohs(tcp->dest);
dst_port304net/ipv4/ip_fw.cdst_port=ntohs(udp->dest);
dst_port329net/ipv4/ip_fw.cdprintf2(":%d ",dst_port);
dst_port426net/ipv4/ip_fw.cport_match(&f->fw_pts[f->fw_nsp], f->fw_ndp, dst_port,
dst_port428net/ipv4/ip_fw.cport_match(&f->fw_pts[0], f->fw_nsp, dst_port,
dst_port475net/ipv4/ip_fw.cprintk(":%d",dst_port);