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

/netbsd-current/external/bsd/ipf/dist/
H A Dip_sync.h20 u_char sm_table; /* NAT, STATE, etc */ member in struct:synchdr
78 #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;
/netbsd-current/sys/external/bsd/ipf/netinet/
H A Dip_sync.h20 u_char sm_table; /* NAT, STATE, etc */ member in struct:synchdr
78 #define sl_table sl_hdr.sm_table
H A Dip_sync.c467 sh.sm_table, sh.sm_rev, sh.sm_len,
495 if (sh.sm_table > SMC_MAXTBL) {
541 if (sh.sm_table == SMC_STATE)
543 else if (sh.sm_table == SMC_NAT)
791 sl->sl_hdr.sm_cmd, sl->sl_hdr.sm_table,
1172 slu->sup_hdr.sm_table = tab;
/netbsd-current/external/bsd/ipf/dist/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.c490 printtable(sh->sm_table);
553 printtable(sh->sm_table);

Completed in 120 milliseconds