Home
last modified time | relevance | path

Searched refs:sm_table (Results 1 – 5 of 5) sorted by relevance

/freebsd/sbin/ipf/ipfsync/
H A Dipsyncm.c171 if (sh->sm_table == SMC_NAT)
173 else if (sh->sm_table == SMC_STATE)
176 printf(" table:Unknown(%d)", sh->sm_table);
H A Dipsyncs.c189 if (sh->sm_table == SMC_NAT)
191 else if (sh->sm_table == SMC_STATE)
194 printf(" table:Unknown(%d)", sh->sm_table);
H A Dipfsyncd.c484 printtable(sh->sm_table);
547 printtable(sh->sm_table);
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_sync.h16 u_char sm_table; /* NAT, STATE, etc */ member
74 #define sl_table sl_hdr.sm_table
H A Dip_sync.c447 sh.sm_table, sh.sm_rev, sh.sm_len, in ipf_sync_write()
475 if (sh.sm_table > SMC_MAXTBL) { in ipf_sync_write()
521 if (sh.sm_table == SMC_STATE) in ipf_sync_write()
523 else if (sh.sm_table == SMC_NAT) in ipf_sync_write()
747 sl->sl_hdr.sm_cmd, sl->sl_hdr.sm_table, in ipf_sync_state()
1128 slu->sup_hdr.sm_table = tab; in ipf_sync_update()