HomeSort by relevance Sort by last modified time
    Searched defs:doopt (Results 1 - 2 of 2) sorted by null

  /netvirt/usr/src/cmd/ipf/tools/
ipmon_y.y 63 %type <opt> matchopt nattag type doopt doing save syslog nothing
113 doopt { $$ = $1; }
114 | doopt ',' doing { $1->o_next = $3; $$ = $1; }
117 doopt: label
  /netvirt/usr/src/cmd/cmd-inet/usr.sbin/
in.telnetd.c 119 static uchar_t doopt[] = { (uchar_t)IAC, (uchar_t)DO, '%', 'c', 0 }; variable
    [all...]

Completed in 420 milliseconds