Searched refs:n_tmask (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/sys/net/npf/ |
H A D | npf_nat.c | 108 npf_netmask_t n_tmask; member 212 np->n_tmask = NPF_NO_NETMASK; in npf_natpolicy_create() 221 np->n_tmask = dnvlist_get_number(nat, "nat-mask", NPF_NO_NETMASK); in npf_natpolicy_create() 222 if (npf_netmask_check(np->n_alen, np->n_tmask)) { in npf_natpolicy_create() 241 if (np->n_tmask != NPF_NO_NETMASK) { in npf_natpolicy_create() 264 nvlist_add_number(nat, "nat-mask", np->n_tmask); in npf_natpolicy_export() 443 npf_addr_mask(&np->n_taddr, np->n_tmask, npc->npc_alen, addr); in npf_nat_algo_netmap() 444 npf_addr_bitor(orig_addr, np->n_tmask, npc->npc_alen, addr); in npf_nat_algo_netmap() 636 np->n_tmask, np->n_npt66_adj); in npf_snat_translate()
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | cofflink.c | 53 #define N_TMASK n_tmask 239 unsigned int n_tmask = coff_data (abfd)->local_n_tmask; in coff_link_add_symbols() local 1353 unsigned int n_tmask = coff_data (input_bfd)->local_n_tmask; in _bfd_coff_link_input_bfd() local
|
H A D | xcofflink.c | 1283 unsigned int n_tmask; in xcoff_link_add_symbols() local 1326 n_tmask = coff_data (abfd)->local_n_tmask; in xcoff_link_add_symbols() 1330 #define N_TMASK n_tmask in xcoff_link_add_symbols() 5138 unsigned int n_tmask; in xcoff_link_input_bfd() local 5173 n_tmask = coff_data (input_bfd)->local_n_tmask; in xcoff_link_input_bfd() 5177 #define N_TMASK n_tmask in xcoff_link_input_bfd()
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | cofflink.c | 53 #define N_TMASK n_tmask 271 unsigned int n_tmask = coff_data (abfd)->local_n_tmask; in coff_link_add_symbols() local 1384 unsigned int n_tmask = coff_data (input_bfd)->local_n_tmask; in _bfd_coff_link_input_bfd() local
|
H A D | xcofflink.c | 1278 unsigned int n_tmask; in xcoff_link_add_symbols() local 1321 n_tmask = coff_data (abfd)->local_n_tmask; in xcoff_link_add_symbols() 1325 #define N_TMASK n_tmask in xcoff_link_add_symbols() 5129 unsigned int n_tmask; in xcoff_link_input_bfd() local 5164 n_tmask = coff_data (input_bfd)->local_n_tmask; in xcoff_link_input_bfd() 5168 #define N_TMASK n_tmask in xcoff_link_input_bfd()
|