taglinefilesource code
portptr109net/inet/ip_fw.cextern inline int port_match(unsigned short *portptr,int nports,unsigned short port,int range_flag)
portptr115net/inet/ip_fw.cif ( portptr[0] <= port && port <= portptr[1] ) 
portptr120net/inet/ip_fw.cportptr += 2;
portptr124net/inet/ip_fw.cif ( *portptr++ == port ) 
portptr207net/inet/ip_fw.cdprintf2("ICMP:%d ",((char *)portptr)[0]&0xff);