Searched defs:tstate (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | kern_ktr.c | 412 struct tstate { struct 416 static struct tstate tstate; variable
|
| /f-stack/tools/ipfw/ |
| H A D | ipv6.c | 341 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 D | ipfw2.c | 80 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 D | slcompress.h | 147 struct cstate tstate[MAX_STATES]; /* xmit connection states */ member
|
| H A D | slcompress.c | 68 struct cstate *tstate = comp->tstate; in sl_compress_init() local
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw_sockopt.c | 2916 ipfw_obj_ctlv *ctlv, *rtlv, *tstate; in add_rules() local
|