Home
last modified time | relevance | path

Searched refs:ADDR_IP (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_pf.c239 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 Dsnoop_filter.c1126 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()