taglinefilesource code
dst_port208net/ipv4/ip_fw.c__u16      src_port=0xFFFF, dst_port=0xFFFF, icmp_type=0xFF;
dst_port287net/ipv4/ip_fw.cdst_port=ntohs(tcp->dest);
dst_port302net/ipv4/ip_fw.cdst_port=ntohs(udp->dest);
dst_port327net/ipv4/ip_fw.cdprintf2(":%d ",dst_port);
dst_port414net/ipv4/ip_fw.cport_match(&f->fw_pts[f->fw_nsp], f->fw_ndp, dst_port,
dst_port416net/ipv4/ip_fw.cport_match(&f->fw_pts[0], f->fw_nsp, dst_port,
dst_port463net/ipv4/ip_fw.cprintk(":%d",dst_port);