taglinefilesource code
tcp144net/inet/ip_fw.cstruct tcphdr    *tcp=(struct tcphdr *)((unsigned long *)ip+ip->ihl);
tcp194net/inet/ip_fw.csrc_port=ntohs(tcp->source);
tcp195net/inet/ip_fw.cdst_port=ntohs(tcp->dest);
tcp196net/inet/ip_fw.cif(tcp->syn)