Searched refs:ucfg (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/netpfil/ipfw/
H A Dip_fw_nat.c494 nat44_config(struct ip_fw_chain *chain, struct nat44_cfg_nat *ucfg) argument
504 ptr = lookup_nat_name(&chain->nat, ucfg->name);
523 ptr->id = strtol(ucfg->name, NULL, 10);
529 ptr->ip = ucfg->ip;
530 ptr->redir_cnt = ucfg->redir_cnt;
531 ptr->mode = ucfg->mode;
532 ptr->alias_port_lo = ucfg->alias_port_lo;
533 ptr->alias_port_hi = ucfg->alias_port_hi;
534 strlcpy(ptr->if_name, ucfg->if_name, sizeof(ptr->if_name));
545 add_redir_spool_cfg((char *)(ucfg
577 struct nat44_cfg_nat *ucfg; local
658 export_nat_cfg(struct cfg_nat *ptr, struct nat44_cfg_nat *ucfg) argument
682 struct nat44_cfg_nat *ucfg; local
780 struct nat44_cfg_nat *ucfg; local
827 struct nat44_cfg_nat *ucfg; local
936 struct nat44_cfg_nat *ucfg; local
1029 struct cfg_nat_legacy *ucfg; local
[all...]
/freebsd-12-stable/sys/mips/nlm/dev/net/
H A Dnae.c863 uint32_t ucfg; local
865 ucfg = ucore_spray_config(if_num, ucore_mask, 1); /* 1 : write */
866 nlm_write_nae_reg(nae_base, NAE_UCORE_IFACEMASK_CFG, ucfg);

Completed in 112 milliseconds