Searched defs:x25 (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/lib/dns/rdata/generic/
H A Dx25_19.h20 unsigned char *x25; member in struct:dns_rdata_x25
H A Dx25_19.c102 dns_rdata_x25_t *x25 = source; local
107 REQUIRE(x25->common.rdtype == type);
108 REQUIRE(x25->common.rdclass == rdclass);
109 REQUIRE(x25->x25 != NULL && x25->x25_len != 0);
114 if (x25->x25_len < 4)
117 for (i = 0; i < x25->x25_len; i++)
118 if (!isdigit(x25->x25[
127 dns_rdata_x25_t *x25 = target; local
151 dns_rdata_x25_t *x25 = source; local
[all...]

Completed in 8 milliseconds