Searched refs:ADDR_IP (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_pf.c | 239 enum { EOL, ALPHA, NUMBER, FIELD, ADDR_IP, ADDR_ETHER, SPECIAL, enumerator 629 if (tokentype == ADDR_IP) { 1368 if (tokentype != ALPHA && tokentype != ADDR_IP) in pf_primary() 1467 tokentype == ADDR_IP || in pf_primary() 1476 } else if (tokentype == ADDR_IP) { in pf_primary()
|
H A D | snoop_filter.c | 1126 enum { EOL, ALPHA, NUMBER, FIELD, ADDR_IP, ADDR_ETHER, SPECIAL, enumerator 1249 tokentype = ADDR_IP; in next() 1499 if (tokentype == ADDR_IP) { in ipaddr_match() 2390 if (tokentype != ALPHA && tokentype != ADDR_IP) in primary() 2570 tokentype == ADDR_IP || in primary() 2582 } else if (tokentype == ADDR_IP) { in primary()
|