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

/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/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));

Completed in 10 milliseconds