ipfw_nptv6_cfg
char buf[sizeof(ipfw_obj_lheader) + sizeof(ipfw_nptv6_cfg)];
ipfw_nptv6_cfg *cfg;
cfg = (ipfw_nptv6_cfg *)(olh + 1);
nptv6_show_cb(ipfw_nptv6_cfg *cfg, const char *name, uint8_t set)
nptv6_destroy_cb(ipfw_nptv6_cfg *cfg, const char *name __unused, uint8_t set)
const ipfw_nptv6_cfg *ca, *cb;
ca = (const ipfw_nptv6_cfg *)a;
cb = (const ipfw_nptv6_cfg *)b;
ipfw_nptv6_cfg *cfg;
cfg = (ipfw_nptv6_cfg *)(olh + 1);
cfg = (ipfw_nptv6_cfg *)((caddr_t)cfg + olh->objsize);
typedef int (nptv6_cb_t)(ipfw_nptv6_cfg *i, const char *name, uint8_t set);
static int nptv6_show_cb(ipfw_nptv6_cfg *cfg, const char *name, uint8_t set);
static int nptv6_destroy_cb(ipfw_nptv6_cfg *cfg, const char *name, uint8_t set);
ipfw_nptv6_cfg *uc)
ipfw_nptv6_cfg *uc;
uc = (ipfw_nptv6_cfg *)ipfw_get_sopt_space(da->sd, sizeof(*uc));
ipfw_nptv6_cfg *uc;
uc = (ipfw_nptv6_cfg *)(olh + 1);
olh->objsize = sizeof(ipfw_nptv6_cfg);