| /netbsd/src/external/ibm-public/postfix/dist/src/util/ |
| D | dict_cidr.ref | 1 ./dict_open: warning: cidr map dict_cidr.map, line 5: non-null host address bits in "172.16.1.3/21"… 2 ./dict_open: warning: cidr map dict_cidr.map, line 6: bad mask length in "172.16.1.3/33": skipping … 3 ./dict_open: warning: cidr map dict_cidr.map, line 7: bad network value in "172.999.0.0/21": skippi… 4 ./dict_open: warning: cidr map dict_cidr.map, line 8: bad address pattern: "172.16.1.999": skipping… 5 ./dict_open: warning: cidr map dict_cidr.map, line 9: no lookup result: skipping this rule 6 ./dict_open: warning: cidr map dict_cidr.map, line 38: non-null host address bits in "1.0.0.0/0", p… 7 ./dict_open: warning: cidr map dict_cidr.map, line 40: non-null host address bits in "1::/0", perha… 8 ./dict_open: warning: cidr map dict_cidr.map, line 42: missing ']' character after "[1234": skippin… 9 ./dict_open: warning: cidr map dict_cidr.map, line 43: garbage after "[1234]": skipping this rule 10 ./dict_open: warning: cidr map dict_cidr.map, line 44: bad mask value in "172.16.1.3/3x": skipping … [all …]
|
| D | surrogate.ref | 1 ./dict_open: error: cidr:/xx map requires O_RDONLY access mode 4 ./dict_open: warning: cidr:/xx is unavailable. cidr:/xx map requires O_RDONLY access mode 9 ./dict_open: warning: cidr:/xx is unavailable. open /xx: No such file or directory
|
| D | miss_endif_cidr.ref | 1 ./dict_open: warning: cidr map miss_endif_cidr.map, line 1: IF has no matching ENDIF
|
| D | dict_cidr_file.ref | 1 ./dict_open: warning: cidr map dict_cidr_file.map, line 3: open dict_cidr_file3: No such file or di…
|
| D | Makefile.in | 762 …$(SHLIB_ENV) ${VALGRIND} ./dict_open cidr:dict_cidr.map read <dict_cidr.in 2>&1 | sed 's/uid=[0-9]… 769 $(SHLIB_ENV) ${VALGRIND} ./dict_open cidr:dict_cidr_file.map \ 776 …echo get 1.2.3.5 | $(SHLIB_ENV) ${VALGRIND} ./dict_open cidr:miss_endif_cidr.map read 2>&1 | sed '… 938 echo get foo|$(SHLIB_ENV) ${VALGRIND} ./dict_open cidr:/xx write >>surrogate.tmp 2>&1 939 echo get foo|$(SHLIB_ENV) ${VALGRIND} ./dict_open cidr:/xx read >>surrogate.tmp 2>&1
|
| /netbsd/src/sbin/ifconfig/ |
| D | af_inet.c | 92 int cidr; in in_prefixlen() local 98 cidr = 33 - ffs(mask); /* 33 - (1 .. 32) -> 32 .. 1 */ in in_prefixlen() 100 if (cidr < 32) { /* more than 1 bit in mask */ in in_prefixlen() 102 if ((mask ^ (((1U << cidr) - 1) << (32 - cidr))) != 0) in in_prefixlen() 106 return cidr; in in_prefixlen()
|
| /netbsd/src/usr.bin/rump_dhcpclient/ |
| D | net.c | 78 int cidr = 0; in inet_ntocidr() local 82 cidr++; in inet_ntocidr() 85 return cidr; in inet_ntocidr() 89 inet_cidrtoaddr(int cidr, struct in_addr *addr) in inet_cidrtoaddr() argument 93 if (cidr < 1 || cidr > 32) { in inet_cidrtoaddr() 97 ocets = (cidr + 7) / 8; in inet_cidrtoaddr() 103 (256 - (1 << (32 - cidr) % 8)), 1); in inet_cidrtoaddr()
|
| D | dhcp.c | 339 uint8_t cidr; in decode_rfc3442_rt() local 350 cidr = *p++; in decode_rfc3442_rt() 351 if (cidr > 32) { in decode_rfc3442_rt() 365 ocets = (cidr + 7) / 8; in decode_rfc3442_rt() 370 rt->net.s_addr = htonl(~0U << (32 - cidr)); in decode_rfc3442_rt()
|
| /netbsd/src/external/ibm-public/postfix/dist/proto/ |
| D | cidr_table | 7 # \fBpostmap -q "\fIstring\fB" cidr:/etc/postfix/\fIfilename\fR 9 # \fBpostmap -q - cidr:/etc/postfix/\fIfilename\fB <\fIinputfile\fR 110 # \fIparameter\fR \fB= .. cidr:{ { \fIrule-1\fB }, { \fIrule-2\fB } .. } ..\fR 113 # \fB.. -o { \fIparameter\fR \fB= .. cidr:{ { \fIrule-1\fB }, { \fIrule-2\fB } .. } .. … 136 # smtpd_client_restrictions = ... cidr:/etc/postfix/client.cidr ... 138 # /etc/postfix/client.cidr:
|
| D | socketmap_table | 42 # portion. This behavior is also found with cidr:, pcre:, and
|
| D | tcp_table | 43 # portion. This behavior is also found with cidr:, pcre:, and
|
| D | stop | 674 cidr
|
| /netbsd/src/sys/arch/arm/at91/ |
| D | at91bus.c | 153 uint32_t cidr; member 197 uint32_t cidr; in match_cid() local 201 cidr = DBGUREG(DBGU_CIDR); in match_cid() 202 at91_chip_id = cidr; in match_cid() 206 if (cidr == at91_types[i].cidr) in match_cid()
|
| /netbsd/src/usr.sbin/npf/npfctl/ |
| D | npf_data.c | 383 npfctl_parse_cidr(char *cidr, fam_addr_mask_t *fam, int *alen) in npfctl_parse_cidr() argument 387 p = strchr(cidr, '\n'); in npfctl_parse_cidr() 391 mask = strchr(cidr, '/'); in npfctl_parse_cidr() 397 if (!npfctl_parse_fam_addr(cidr, &fam->fam_family, &fam->fam_addr)) { in npfctl_parse_cidr()
|
| /netbsd/src/external/ibm-public/postfix/dist/ |
| D | RELEASE_NOTES-3.7 | 31 [Feature 20210605] Support to inline the content of small cidr:, 51 where map-type is one of cidr, pcre, or regexp. 176 possible to inline small cidr:, pcre:, and regexp: maps in Postfix
|
| D | RELEASE_NOTES-3.2 | 56 [Feature 20160527] Postfix 3.2 cidr tables support if/endif and
|
| D | RELEASE_NOTES-3.4 | 111 memory-resident map types cidr:, inline:, pcre:, randmap:, regexp:,
|
| D | RELEASE_NOTES-3.9 | 232 # smtpd_discard_ehlo_keyword_address_maps = cidr:/path/to/file
|
| D | RELEASE_NOTES-2.3 | 428 case, such as regexp:, pcre:, or cidr:.
|
| /netbsd/src/sys/net/npf/ |
| D | lpm.c | 425 lpm_strtobin(const char *cidr, void *addr, size_t *len, unsigned *preflen) in lpm_strtobin() argument 429 strncpy(buf, cidr, sizeof(buf)); in lpm_strtobin()
|
| /netbsd/src/external/ibm-public/postfix/dist/mantools/ |
| D | manlint.stop | 10 man/man5/cidr_table.5:11:\fBpostmap -q "\fIstring\fB" cidr:/etc/postfix/\fIfilename\fR 11 man/man5/cidr_table.5:13:\fBpostmap -q - cidr:/etc/postfix/\fIfilename\fR <\fIinputfile\fR
|
| /netbsd/src/crypto/dist/ipsec-tools/src/racoon/ |
| D | isakmp_cfg.c | 1803 int cidr, tmp; in isakmp_cfg_setenv() local 1863 for (cidr = 0; tmp != 0; cidr++) in isakmp_cfg_setenv() 1865 snprintf(cidrstr, 3, "%d", cidr); in isakmp_cfg_setenv()
|
| /netbsd/src/external/ibm-public/postfix/dist/conf/ |
| D | access | 135 # NOTE: use the cidr lookup table type to specify 158 # NOTE: use the cidr lookup table type to specify
|
| /netbsd/src/usr.sbin/makemandb/ |
| D | nostem.txt | 469 cidr
|
| /netbsd/src/external/bsd/openldap/dist/tests/data/ |
| D | nis_sample.ldif | 4713 dn: cn=ssla-cidr-1, o=SGI, c=US 4714 cn: ssla-cidr-1 4719 dn: cn=ssla-cidr-2, o=SGI, c=US 4720 cn: ssla-cidr-2
|