HomeSort by: relevance | last modified time | path
    Searched refs:popts (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/ppp/dist/pppd/
upap.h 124 struct wordlist **popts);
auth.c 208 struct wordlist **popts) = NULL;
  /src/usr.sbin/npf/npfctl/
npf_build.c 371 npfvar_t *popts = op->op_opts; local
373 if (multiple && popts) {
384 if (popts) {
387 assert(npfvar_get_count(popts) == 2);
388 tf = npfvar_get_data(popts, NPFVAR_TCPFLAG, 0);
389 tf_mask = npfvar_get_data(popts, NPFVAR_TCPFLAG, 1);
396 if (popts) {
399 assert(npfvar_get_count(popts) == 2);
400 icmp_type = npfvar_get_data(popts, NPFVAR_ICMP, 0);
401 icmp_code = npfvar_get_data(popts, NPFVAR_ICMP, 1)
    [all...]

Completed in 19 milliseconds