Symbol: nat44_cfg_redir
sbin/ipfw/nat.c
324
size_t space = sizeof(struct nat44_cfg_redir);
sbin/ipfw/nat.c
345
struct nat44_cfg_redir *r;
sbin/ipfw/nat.c
349
r = (struct nat44_cfg_redir *)buf;
sbin/ipfw/nat.c
352
buf = &buf[sizeof(struct nat44_cfg_redir)];
sbin/ipfw/nat.c
353
space = sizeof(struct nat44_cfg_redir);
sbin/ipfw/nat.c
386
size_t space = sizeof(struct nat44_cfg_redir);
sbin/ipfw/nat.c
407
struct nat44_cfg_redir *r;
sbin/ipfw/nat.c
415
r = (struct nat44_cfg_redir *)buf;
sbin/ipfw/nat.c
418
buf = &buf[sizeof(struct nat44_cfg_redir)];
sbin/ipfw/nat.c
419
space = sizeof(struct nat44_cfg_redir);
sbin/ipfw/nat.c
571
struct nat44_cfg_redir *r;
sbin/ipfw/nat.c
575
r = (struct nat44_cfg_redir *)buf;
sbin/ipfw/nat.c
578
buf = &buf[sizeof(struct nat44_cfg_redir)];
sbin/ipfw/nat.c
579
space = sizeof(struct nat44_cfg_redir);
sbin/ipfw/nat.c
638
struct nat44_cfg_redir *t;
sbin/ipfw/nat.c
687
t = (struct nat44_cfg_redir *)&buf[off];
sbin/ipfw/nat.c
688
off += sizeof(struct nat44_cfg_redir);
sbin/ipfw/nat.c
857
len += sizeof(struct nat44_cfg_redir);
sys/netpfil/ipfw/ip_fw_nat.c
197
struct nat44_cfg_redir *ser_r;
sys/netpfil/ipfw/ip_fw_nat.c
203
ser_r = (struct nat44_cfg_redir *)&buf[off];
sys/netpfil/ipfw/ip_fw_nat.c
218
off += sizeof(struct nat44_cfg_redir);
sys/netpfil/ipfw/ip_fw_nat.c
600
if (sd->valsize < read + ucfg->redir_cnt*sizeof(struct nat44_cfg_redir))
sys/netpfil/ipfw/ip_fw_nat.c
683
struct nat44_cfg_redir *ser_r;
sys/netpfil/ipfw/ip_fw_nat.c
716
sz += sizeof(struct nat44_cfg_redir);
sys/netpfil/ipfw/ip_fw_nat.c
735
ser_r = (struct nat44_cfg_redir *)ipfw_get_sopt_space(sd,
sys/netpfil/ipfw/ip_fw_nat.c
932
struct nat44_cfg_redir *urdir;
sys/netpfil/ipfw/ip_fw_nat.c
968
urdir = (struct nat44_cfg_redir *)(ucfg + 1);