HomeSort by: relevance | last modified time | path
    Searched refs:nph (Results 1 - 3 of 3) sorted by relevancy

  /src/libexec/httpd/
cgi-bozo.c 115 finish_cgi_output(bozohttpd_t *httpd, bozo_httpreq_t *request, int in, int nph)
127 write_header = nph == 0;
128 while (nph == 0 &&
386 int envpsize, ix, nph; local
483 nph = strncmp(command, "nph-", 4) == 0;
501 "query `%s', nph `%d', envpsize `%d'", __func__,
503 strornull(query), nph, envpsize));
662 finish_cgi_output(httpd, request, sv[0], nph);
  /src/sys/dev/ic/
isp_netbsd.c 462 uint16_t nph, nphe, count, channel, lim; local
490 for (count = 0, nph = 0; count < lim && nph != nphe; nph++) {
493 nph, &pair.wwnn, &pair.wwpn);
  /src/crypto/dist/ipsec-tools/src/racoon/
isakmp_cfg.c 213 struct isakmp_gen *nph; local
216 nph = (struct isakmp_gen *)((char *)ph + plen);
217 plen = ntohs(nph->len);
224 memcpy(payload->v, nph, plen);

Completed in 73 milliseconds