HomeSort by: relevance | last modified time | path
    Searched defs:x25 (Results 1 - 7 of 7) sorted by relevancy

  /src/external/mpl/bind/dist/lib/dns/rdata/generic/
x25_19.h 24 unsigned char *x25; member in struct:dns_rdata_x25
x25_19.c 115 dns_rdata_x25_t *x25 = source; local
119 REQUIRE(x25 != NULL);
120 REQUIRE(x25->common.rdtype == type);
121 REQUIRE(x25->common.rdclass == rdclass);
122 REQUIRE(x25->x25 != NULL && x25->x25_len != 0);
127 if (x25->x25_len < 4) {
131 for (i = 0; i < x25->x25_len; i++) {
132 if (!isdigit((unsigned char)x25->x25[i]))
143 dns_rdata_x25_t *x25 = target; local
162 dns_rdata_x25_t *x25 = source; local
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/
x25_19.h 25 unsigned char *x25; member in struct:dns_rdata_x25
x25_19.c 116 dns_rdata_x25_t *x25 = source; local
120 REQUIRE(x25 != NULL);
121 REQUIRE(x25->common.rdtype == type);
122 REQUIRE(x25->common.rdclass == rdclass);
123 REQUIRE(x25->x25 != NULL && x25->x25_len != 0);
128 if (x25->x25_len < 4) {
132 for (i = 0; i < x25->x25_len; i++) {
133 if (!isdigit((unsigned char)x25->x25[i]))
144 dns_rdata_x25_t *x25 = target; local
169 dns_rdata_x25_t *x25 = source; local
    [all...]
  /src/external/mpl/bind/include/dns/
rdatastruct.h 539 unsigned char *x25; member in struct:dns_rdata_x25
  /src/external/mpl/dhcp/bind/include/dns/
rdatastruct.h 601 unsigned char *x25; member in struct:dns_rdata_x25
  /src/sys/lib/libkern/arch/hppa/
milli.S 1133 x25: sh2add %r26,%r26,%r1 ! comb,<> %r25,0,l0 ! sh2add %r1,%r1,%r1 ! b,n ret_t0 label

Completed in 32 milliseconds