Searched refs:iph_masks (Results 1 – 4 of 4) sorted by relevance
165 iph->iph_masks[0] = 0;166 iph->iph_masks[1] = 0;167 iph->iph_masks[2] = 0;168 iph->iph_masks[3] = 0;348 iph->iph_masks[0] |= 1 << (bits - 96);350 iph->iph_masks[1] |= 1 << (bits - 64);352 iph->iph_masks[2] |= 1 << (bits - 32);354 iph->iph_masks[3] |= 1 << bits;360 iph->iph_masks[3] |= 1 << bits;527 hmsk = iph->iph_masks[3];[all …]
98 hp->iph_masks[0]);106 if ((1 << i) & hp->iph_masks[0]) {
110 iph.iph_masks[3]);117 if ((1 << i) & iph.iph_masks[3]) {
48 u_int iph_masks[4]; /* IPv4 or IPv6 netmasks in use */ member