Home
last modified time | relevance | path

Searched defs:tstate (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_ktr.c412 struct tstate { struct
416 static struct tstate tstate; variable
/f-stack/tools/ipfw/
H A Dipv6.c341 fill_ip6(ipfw_insn_ip6 *cmd, char *av, int cblen, struct tidx *tstate) in fill_ip6()
491 add_srcip6(ipfw_insn *cmd, char *av, int cblen, struct tidx *tstate) in add_srcip6()
513 add_dstip6(ipfw_insn *cmd, char *av, int cblen, struct tidx *tstate) in add_dstip6()
H A Dipfw2.c80 ipfw_obj_ctlv *tstate; /* table state data */ member
2794 ipfw_obj_ctlv *ctlv, *tstate; in ipfw_show_config() local
3037 pack_object(struct tidx *tstate, const char *name, int otype) in pack_object()
3074 pack_table(struct tidx *tstate, const char *name) in pack_table()
3085 struct tidx *tstate) in fill_table()
3123 fill_ip(ipfw_insn_ip *cmd, char *av, int cblen, struct tidx *tstate) in fill_ip()
3425 fill_iface(ipfw_insn_if *cmd, char *arg, int cblen, struct tidx *tstate) in fill_iface()
3663 add_srcip(ipfw_insn *cmd, char *av, int cblen, struct tidx *tstate) in add_srcip()
3680 add_dstip(ipfw_insn *cmd, char *av, int cblen, struct tidx *tstate) in add_dstip()
3806 compile_rule(char *av[], uint32_t *rbuf, int *rbufsize, struct tidx *tstate) in compile_rule()
[all …]
/f-stack/freebsd/net/
H A Dslcompress.h147 struct cstate tstate[MAX_STATES]; /* xmit connection states */ member
H A Dslcompress.c68 struct cstate *tstate = comp->tstate; in sl_compress_init() local
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_sockopt.c2916 ipfw_obj_ctlv *ctlv, *rtlv, *tstate; in add_rules() local