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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Dpppoec.c706 parse_filter(const char *str, int exceptflag) argument
727 sfnew->sf_isexcept = exceptflag == 0 ? 0 : 1;
1591 int inquiry_mode, exceptflag, arg, localid; local
1675 exceptflag = 0;
1677 if (!exceptflag &&
1679 exceptflag = 1;
1681 parse_filter(argv[optind], exceptflag);
1682 exceptflag = 0;

Completed in 61 milliseconds