HomeSort by: relevance | last modified time | path
    Searched refs:addr_bytes (Results 1 - 6 of 6) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/util/
mask_addr.c 11 /* void mask_addr(addr_bytes, addr_byte_count, network_bits)
12 /* unsigned char *addr_bytes;
21 /* .IP addr_bytes
52 void mask_addr(unsigned char *addr_bytes,
62 p = addr_bytes + network_bits / CHAR_BIT;
68 while (p < addr_bytes + addr_byte_count)
cidr_match.c 119 unsigned char *addr_bytes)
128 ap = addr_bytes; /* void */ ; np++, mp++, ap++) {
129 if (ap >= addr_bytes + entry->addr_byte_count)
138 ap = addr_bytes; /* void */ ; np++, ap++) {
139 if (ap >= addr_bytes + entry->addr_byte_count)
152 unsigned char addr_bytes[CIDR_MATCH_ABYTES]; local
157 if (inet_pton(addr_family, addr, addr_bytes) != 1)
166 if (cidr_match_entry(entry, addr_bytes))
172 if (cidr_match_entry(entry, addr_bytes))
ip_match.c 18 /* int ip_match_execute(byte_codes, addr_bytes)
20 /* const char *addr_bytes;
44 /* ip_match_execute() matches a binary network in addr_bytes
46 /* use different address families for the byte_codes and addr_bytes
56 /* .IP addr_bytes
274 int ip_match_execute(const char *byte_codes, const char *addr_bytes)
295 ap = (const unsigned char *) addr_bytes;
  /src/external/bsd/libpcap/dist/
pcap-dpdk.c 517 snprintf(mac_str+offset, len-1-offset, "%02X",addrp->addr_bytes[i]);
520 snprintf(mac_str+offset, len-1-offset, ":%02X", addrp->addr_bytes[i]);
  /src/external/bsd/nsd/dist/
options.c 2656 uint8_t* addr_bytes = (uint8_t*)addr; local
2667 *addr_bytes++ = 0xff;
2672 *addr_bytes = shifts[subnet_bits];
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
dnssd-proxy.c 1537 const uint8_t *const addr_bytes = addr->sin6.sin6_addr.s6_addr; local
1542 (addr_bytes[i] >> shift) & (mask_bytes[i] >> shift) & 15);

Completed in 56 milliseconds