Searched refs:maskp (Results 1 – 3 of 3) sorted by relevance
/external/libpcap/ |
D | inet.c | 881 pcap_lookupnet(device, netp, maskp, errbuf) in pcap_lookupnet() argument 883 register bpf_u_int32 *netp, *maskp; 912 *netp = *maskp = 0; 955 *maskp = sin4->sin_addr.s_addr; 956 if (*maskp == 0) { 958 *maskp = IN_CLASSA_NET; 960 *maskp = IN_CLASSB_NET; 962 *maskp = IN_CLASSC_NET; 969 *netp &= *maskp; 1063 pcap_lookupnet(device, netp, maskp, errbuf) in pcap_lookupnet() argument [all …]
|
/external/opencv/cv/src/ |
D | cvcalccontrasthistogram.cpp | 221 uchar *maskp = mask; 228 for( y = 0; y < size.height; y++, data0 += step, maskp += mask_step ) 232 if( maskp[x] ) 234 if( maskp[x + 1] ) 253 if( maskp[x + mask_step] )
|
/external/iptables/libxtables/ |
D | xtables.c | 1485 struct in_addr *maskp, unsigned int *naddrs) in xtables_ipparse_any() argument 1499 memcpy(maskp, addrp, sizeof(*maskp)); in xtables_ipparse_any() 1502 if (maskp->s_addr == 0U) in xtables_ipparse_any() 1508 addrp[j++].s_addr &= maskp->s_addr; in xtables_ipparse_any() 1794 struct in6_addr *maskp, unsigned int *naddrs) in xtables_ip6parse_any() argument 1809 memcpy(maskp, addrp, sizeof(*maskp)); in xtables_ip6parse_any() 1812 if (memcmp(maskp, &zero_addr, sizeof(zero_addr)) == 0) in xtables_ip6parse_any() 1819 addrp[j].s6_addr32[k] &= maskp->s6_addr32[k]; in xtables_ip6parse_any()
|