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

/freebsd-10.3-release/contrib/ntp/libntp/
H A Dntp_intres.c320 size_t this_octets; local
435 this_octets = strlen(ai->ai_canonname) + 1;
436 memcpy(cp, ai->ai_canonname, this_octets);
437 cp += this_octets;

Completed in 86 milliseconds