taglinefilesource code
portptr79net/inet/ip_fw.cextern inline int port_match(unsigned short *portptr,int nports,unsigned short port,int range_flag)
portptr85net/inet/ip_fw.cif ( portptr[0] <= port && port <= portptr[1] ) 
portptr90net/inet/ip_fw.cportptr += 2;
portptr94net/inet/ip_fw.cif ( *portptr++ == port ) 
portptr116net/inet/ip_fw.cunsigned short *portptr=(unsigned short *)&(((u_int *)ip)[ip->ihl]);
portptr136net/inet/ip_fw.cprintf("ICMP:%d ",((char *)portptr)[0]&0xff);
portptr145net/inet/ip_fw.cprintf(":%d ",ntohs(portptr[0]));
portptr150net/inet/ip_fw.cprintf(":%d ",ntohs(portptr[1]));
portptr195net/inet/ip_fw.csrc_port=ntohs(portptr[0]);
portptr196net/inet/ip_fw.cdst_port=ntohs(portptr[1]);
portptr203net/inet/ip_fw.csrc_port = ntohs(portptr[0]);
portptr204net/inet/ip_fw.cdst_port = ntohs(portptr[1]);
portptr274net/inet/ip_fw.cprintf("ICMP:%d ",((char *)portptr)[0]&0xff);
portptr283net/inet/ip_fw.cprintf(":%d ",ntohs(portptr[0]));
portptr292net/inet/ip_fw.cprintf(":%d ",ntohs(portptr[1]));
portptr312net/inet/ip_fw.cunsigned short *portptr=(unsigned short *)&(((u_int *)ip)[ip->ihl]);
portptr371net/inet/ip_fw.csrc_port=ntohs(portptr[0]);
portptr372net/inet/ip_fw.cdst_port=ntohs(portptr[1]);
portptr379net/inet/ip_fw.csrc_port = ntohs(portptr[0]);
portptr380net/inet/ip_fw.cdst_port = ntohs(portptr[1]);