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

  /src/external/ibm-public/postfix/dist/src/util/
cidr_match.h 45 unsigned char net_bytes[CIDR_MATCH_ABYTES]; /* network portion */ member in struct:CIDR_MATCH
cidr_match.c 127 for (np = entry->net_bytes, mp = entry->mask_bytes,
137 for (np = entry->net_bytes,
234 } else if (inet_pton(ip->addr_family, pattern, ip->net_bytes) != 1) {
254 for (np = ip->net_bytes, mp = ip->mask_bytes;
255 np < ip->net_bytes + ip->addr_byte_count; np++, mp++) {
257 mask_addr(ip->net_bytes, ip->addr_byte_count, ip->mask_shift);
258 if (inet_ntop(ip->addr_family, ip->net_bytes, hostaddr.buf,
277 if (inet_pton(ip->addr_family, pattern, ip->net_bytes) != 1) {
dict_cidr.c 244 if (inet_ntop(cidr_info.addr_family, cidr_info.net_bytes,
  /src/external/mpl/dhcp/dist/server/
mdb6.c 813 int net_bytes; local
826 net_bytes = net_bits / 8;
827 for (i = 0; i < net_bytes; i++) {
958 int net_bytes; local
968 net_bytes = net_bits / 8;
969 for (i = 0; i < net_bytes; i++) {
972 memcpy(str + net_bytes, md, 16 - net_bytes);
1788 int net_bytes; local
1806 net_bytes = pool_bits / 8
    [all...]

Completed in 21 milliseconds