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

  /src/usr.sbin/npf/npfctl/
npf_var.h 47 #define NPFVAR_TCPFLAG 9
64 [NPFVAR_TCPFLAG] = "tcp-flag",
npf_build.c 388 tf = npfvar_get_data(popts, NPFVAR_TCPFLAG, 0);
389 tf_mask = npfvar_get_data(popts, NPFVAR_TCPFLAG, 1);
npf_data.c 535 return npfvar_create_element(NPFVAR_TCPFLAG, &tfl, sizeof(tfl));
npf_parse.y 947 char *s = npfvar_get_data($2, NPFVAR_TCPFLAG, 0);

Completed in 15 milliseconds