taglinefilesource code
dst_port206net/ipv4/ip_fw.c__u16      src_port=0xFFFF, dst_port=0xFFFF, icmp_type=0xFF;
dst_port285net/ipv4/ip_fw.cdst_port=ntohs(tcp->dest);
dst_port300net/ipv4/ip_fw.cdst_port=ntohs(udp->dest);
dst_port325net/ipv4/ip_fw.cdprintf2(":%d ",dst_port);
dst_port422net/ipv4/ip_fw.cport_match(&f->fw_pts[f->fw_nsp], f->fw_ndp, dst_port,
dst_port424net/ipv4/ip_fw.cport_match(&f->fw_pts[0], f->fw_nsp, dst_port,
dst_port474net/ipv4/ip_fw.cprintk(":%d",dst_port);