Lines Matching defs:hostoctets
149 size_t hostoctets;
162 size_t hostoctets;
165 * Followed by hostoctets bytes of null-terminated host,
637 size_t hostoctets,
649 REQUIRE(hostoctets);
650 REQUIRE(hostoctets + servoctets < 1024);
664 gni_req->hostoctets = hostoctets;
707 octets = gni_req->hostoctets + gni_req->servoctets;
715 service = host + gni_req->hostoctets;
733 (u_long)gni_req->hostoctets, (u_long)gni_req->servoctets));
738 gni_req->hostoctets,
749 gni_resp->hostoctets = 0;
752 gni_resp->hostoctets = strlen(host) + 1;
768 octets = gni_resp->hostoctets + gni_resp->servoctets;
784 memcpy(cp, host, gni_resp->hostoctets);
785 cp += gni_resp->hostoctets;
858 if (!gni_resp->hostoctets) {
864 ? host + gni_resp->hostoctets