Searched refs:rport (Results 1 - 3 of 3) sorted by relevance

/bind-9.11.3/bin/named/
H A Dfuzz.c139 char *shost, *sport, *rhost, *rport; local
152 * Parse named -A argument in the "laddress:sport:raddress:rport"
166 rport = strchr(rhost, ':');
167 RUNTIME_CHECK(rport != NULL);
168 *rport = 0;
169 rport++;
179 recaddr.sin_port = htons(atoi(rport));
/bind-9.11.3/lib/dns/include/dns/
H A Ddnstap.h104 isc_uint32_t rport; member in struct:dns_dtdata
/bind-9.11.3/lib/dns/
H A Ddnstap.c1061 d->rport = m->response_port;
1182 snprintf(buf, sizeof(buf), ":%u", d->rport);

Completed in 25 milliseconds