Searched defs:sport (Results 1 - 1 of 1) 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"
158 sport = strchr(shost, ':');
159 RUNTIME_CHECK(sport != NULL);
160 *sport = 0;
161 sport++;
162 rhost = strchr(sport, ':');
174 servaddr.sin_port = htons(atoi(sport));

Completed in 14 milliseconds