Searched refs:clustermac (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/include/linux/netfilter_ipv4/
H A Dipt_CLUSTERIP.h23 u_int8_t clustermac[6]; member in struct:ipt_clusterip_tgt_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/netfilter_ipv4/
H A Dipt_CLUSTERIP.h23 u_int8_t clustermac[6]; member in struct:ipt_clusterip_tgt_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/include/linux/netfilter_ipv4/
H A Dipt_CLUSTERIP.h23 u_int8_t clustermac[6]; member in struct:ipt_clusterip_tgt_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibipt_CLUSTERIP.c47 " --clustermac <mac> Set clusterIP MAC address\n"
58 {.name = "clustermac", .id = O_CLUSTERMAC, .type = XTTYPE_ETHERMAC,
59 .also = O_NEW, .flags = XTOPT_PUT, XTOPT_POINTER(s, clustermac)},
94 if (!(cipinfo->clustermac[0] & 0x01))
152 printf(" CLUSTERIP hashmode=%s clustermac=%s total_nodes=%u local_node=%u hash_init=%u",
154 mac2str(cipinfo->clustermac),
170 printf(" --new --hashmode %s --clustermac %s --total-nodes %d --local-node %d --hash-init %u",
172 mac2str(cipinfo->clustermac),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/extensions/
H A Dlibipt_CLUSTERIP.c32 " --clustermac <mac> Set clusterIP MAC address\n"
50 { "clustermac", 1, 0, '3' },
123 parse_mac(optarg, (char *)cipinfo->clustermac);
124 if (!(cipinfo->clustermac[0] & 0x01))
222 printf("CLUSTERIP hashmode=%s clustermac=%s total_nodes=%u local_node=%u hash_init=%u",
224 mac2str(cipinfo->clustermac),
242 printf("--new --hashmode %s --clustermac %s --total-nodes %d --local-node %d --hash-init %u",
244 mac2str(cipinfo->clustermac),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dipt_CLUSTERIP.c52 u_int8_t clustermac[ETH_ALEN]; /* the MAC address */ member in struct:clusterip_config
105 dev_mc_delete(c->dev, c->clustermac, ETH_ALEN, 0);
175 memcpy(&c->clustermac, &i->clustermac, ETH_ALEN);
436 dev_mc_add(config->dev,config->clustermac, ETH_ALEN, 0);
550 memcpy(payload->src_hw, c->clustermac, arp->ar_hln);

Completed in 57 milliseconds