Searched refs:maskp (Results 1 – 6 of 6) sorted by relevance
/external/libpcap/ |
D | inet.c | 590 pcap_lookupnet(device, netp, maskp, errbuf) in pcap_lookupnet() argument 592 register bpf_u_int32 *netp, *maskp; 612 *netp = *maskp = 0; 649 *maskp = sin4->sin_addr.s_addr; 650 if (*maskp == 0) { 652 *maskp = IN_CLASSA_NET; 654 *maskp = IN_CLASSB_NET; 656 *maskp = IN_CLASSC_NET; 663 *netp &= *maskp; 755 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/iptables/ |
D | xtables.c | 1374 struct in_addr *maskp, unsigned int *naddrs) in xtables_ipparse_any() argument 1388 memcpy(maskp, addrp, sizeof(*maskp)); in xtables_ipparse_any() 1391 if (maskp->s_addr == 0U) in xtables_ipparse_any() 1397 addrp[j++].s_addr &= maskp->s_addr; in xtables_ipparse_any() 1680 struct in6_addr *maskp, unsigned int *naddrs) in xtables_ip6parse_any() argument 1695 memcpy(maskp, addrp, sizeof(*maskp)); in xtables_ip6parse_any() 1698 if (memcmp(maskp, &zero_addr, sizeof(zero_addr)) == 0) in xtables_ip6parse_any() 1705 addrp[j].s6_addr32[k] &= maskp->s6_addr32[k]; in xtables_ip6parse_any()
|
/external/iproute2/include/ |
D | iptables.h | 153 struct in_addr *maskp, unsigned int *naddrs);
|
/external/kernel-headers/original/linux/ |
D | nodemask.h | 251 static inline int __first_unset_node(const nodemask_t *maskp) in __first_unset_node() argument 254 find_first_zero_bit(maskp->bits, MAX_NUMNODES)); in __first_unset_node()
|
D | bitmap.h | 113 extern int bitmap_parselist(const char *buf, unsigned long *maskp,
|