Searched refs:sm_table (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13-stable/sbin/ipf/ipfsync/ |
| HD | ipsyncm.c | 175 if (sh->sm_table == SMC_NAT) 177 else if (sh->sm_table == SMC_STATE) 180 printf(" table:Unknown(%d)", sh->sm_table);
|
| HD | ipsyncs.c | 193 if (sh->sm_table == SMC_NAT) 195 else if (sh->sm_table == SMC_STATE) 198 printf(" table:Unknown(%d)", sh->sm_table);
|
| HD | ipfsyncd.c | 488 printtable(sh->sm_table); 551 printtable(sh->sm_table);
|
| /freebsd-13-stable/contrib/ipfilter/tools/ |
| HD | ipsyncm.c | 176 if (sh->sm_table == SMC_NAT) 178 else if (sh->sm_table == SMC_STATE) 181 printf(" table:Unknown(%d)", sh->sm_table);
|
| HD | ipsyncs.c | 194 if (sh->sm_table == SMC_NAT) 196 else if (sh->sm_table == SMC_STATE) 199 printf(" table:Unknown(%d)", sh->sm_table);
|
| HD | ipfsyncd.c | 488 printtable(sh->sm_table); 551 printtable(sh->sm_table);
|
| /freebsd-13-stable/sys/netpfil/ipfilter/netinet/ |
| HD | ip_sync.h | 18 u_char sm_table; /* NAT, STATE, etc */ member 76 #define sl_table sl_hdr.sm_table
|
| HD | ip_sync.c | 450 sh.sm_table, sh.sm_rev, sh.sm_len, in ipf_sync_write() 478 if (sh.sm_table > SMC_MAXTBL) { in ipf_sync_write() 524 if (sh.sm_table == SMC_STATE) in ipf_sync_write() 526 else if (sh.sm_table == SMC_NAT) in ipf_sync_write() 750 sl->sl_hdr.sm_cmd, sl->sl_hdr.sm_table, in ipf_sync_state() 1131 slu->sup_hdr.sm_table = tab; in ipf_sync_update()
|