tag | line | file | source code |
---|---|---|---|
portptr | 112 | net/inet/ip_fw.c | extern inline int port_match(unsigned short *portptr,int nports,unsigned short port,int range_flag) |
portptr | 118 | net/inet/ip_fw.c | if ( portptr[0] <= port && port <= portptr[1] ) |
portptr | 123 | net/inet/ip_fw.c | portptr += 2; |
portptr | 127 | net/inet/ip_fw.c | if ( *portptr++ == port ) |
portptr | 224 | net/inet/ip_fw.c | dprintf2("ICMP:%d ",((char *)portptr)[0]&0xff); |