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

/freebsd-11.0-release/sys/contrib/ipfilter/netinet/
H A Dip_sync.h18 u_char sm_table; /* NAT, STATE, etc */ member in struct:synchdr
76 #define sl_table sl_hdr.sm_table
H A Dip_sync.c478 sh.sm_table, sh.sm_rev, sh.sm_len,
506 if (sh.sm_table > SMC_MAXTBL) {
552 if (sh.sm_table == SMC_STATE)
554 else if (sh.sm_table == SMC_NAT)
807 sl->sl_hdr.sm_cmd, sl->sl_hdr.sm_table,
1204 slu->sup_hdr.sm_table = tab;
/freebsd-11.0-release/contrib/ipfilter/tools/
H A Dipsyncm.c176 if (sh->sm_table == SMC_NAT)
178 else if (sh->sm_table == SMC_STATE)
181 printf(" table:Unknown(%d)", sh->sm_table);
H A Dipsyncs.c194 if (sh->sm_table == SMC_NAT)
196 else if (sh->sm_table == SMC_STATE)
199 printf(" table:Unknown(%d)", sh->sm_table);
H A Dipfsyncd.c488 printtable(sh->sm_table);
551 printtable(sh->sm_table);

Completed in 120 milliseconds