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

  /src/usr.sbin/npf/npfctl/
npf_var.c 183 return npfvar_get_data(vp, NPFVAR_STRING, 0);
193 number = (uint32_t *)npfvar_get_data(vp, NPFVAR_NUM, 0);
313 npfvar_get_data(const npfvar_t *vp, unsigned type, size_t idx) function in typeref:typename:void *
328 return npfvar_get_data(rvp, type, idx);
npf_var.h 92 void * npfvar_get_data(const npfvar_t *, unsigned, size_t);
npf_build.c 236 pr = npfvar_get_data(vp, NPFVAR_PORT_RANGE, 0);
255 am = npfvar_get_data(vp, NPFVAR_FAM, 0);
270 tid = npfvar_get_data(vp, NPFVAR_TABLE, 0);
388 tf = npfvar_get_data(popts, NPFVAR_TCPFLAG, 0);
389 tf_mask = npfvar_get_data(popts, NPFVAR_TCPFLAG, 1);
400 icmp_type = npfvar_get_data(popts, NPFVAR_ICMP, 0);
401 icmp_code = npfvar_get_data(popts, NPFVAR_ICMP, 1);
422 const opt_proto_t *op = npfvar_get_data(vars, NPFVAR_PROTO, 0);
429 const opt_proto_t *op = npfvar_get_data(vars, NPFVAR_PROTO, i);
449 const opt_proto_t *op = npfvar_get_data(vars, NPFVAR_PROTO, i)
    [all...]
npf_parse.y 827 ifnet_addr_t *ifna = npfvar_get_data($1, NPFVAR_INTERFACE, 0);
853 ifna = npfvar_get_data(vp, type, i);
947 char *s = npfvar_get_data($2, NPFVAR_TCPFLAG, 0);
992 ifna = npfvar_get_data(vp, type, 0);
996 tid = npfvar_get_data(vp, type, 0);
1041 ifna = npfvar_get_data($1, NPFVAR_INTERFACE, 0);
npf_data.c 340 void *data = npfvar_get_data(vp, type, i);

Completed in 26 milliseconds