Searched defs:ADDR_IP (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_pf.c239 enum { EOL, ALPHA, NUMBER, FIELD, ADDR_IP, ADDR_ETHER, SPECIAL, enumerator in enum:__anon10
629 if (tokentype == ADDR_IP) {
1368 if (tokentype != ALPHA && tokentype != ADDR_IP)
1467 tokentype == ADDR_IP ||
1476 } else if (tokentype == ADDR_IP) {
H A Dsnoop_filter.c1126 enum { EOL, ALPHA, NUMBER, FIELD, ADDR_IP, ADDR_ETHER, SPECIAL, enumerator in enum:__anon300
1141 * ADDR_IP: An IP address. Any sequence of digits
1249 tokentype = ADDR_IP;
1499 if (tokentype == ADDR_IP) {
2390 if (tokentype != ALPHA && tokentype != ADDR_IP)
2570 tokentype == ADDR_IP ||
2582 } else if (tokentype == ADDR_IP) {

Completed in 64 milliseconds