Home
last modified time | relevance | path

Searched refs:HTTP (Results 1 – 10 of 10) sorted by relevance

/titanic_44/usr/src/uts/common/fs/sockfs/
H A Dnl7chttp.c1194 char *HTTP = "HTTP/"; in nl7c_http_request() local
1243 while (cp < ep && *HTTP == *cp) { in nl7c_http_request()
1244 HTTP++; in nl7c_http_request()
1247 if (*HTTP != 0) { in nl7c_http_request()
1472 char *HTTP = "HTTP/"; in nl7c_http_response() local
1498 while (cp < ep && *HTTP == *cp) { in nl7c_http_response()
1499 HTTP++; in nl7c_http_response()
1502 if (*HTTP != 0) { in nl7c_http_response()
/titanic_44/usr/src/lib/libshell/common/scripts/
H A Drssread.sh87 …[[ "$h" != ~(Eil)HTTP/.* ]] && { print -u2 -f $"%s: HTTP/ header missing\n" "$0" ; return …
249 request="GET /${_.path} HTTP/1.1\r\n"
H A Dshtinyurl.sh59 …[[ "$h" != ~(Eil)HTTP/.* ]] && { print -u2 -f $"%s: HTTP/ header missing\n" "$0" ; return …
H A Dshnote.sh91 …[[ "$h" != ~(Eil)HTTP/.* ]] && { print -u2 -f $"%s: HTTP/ header missing\n" "$0" ; return …
H A Dcrawlsrccomments.sh663 …[[ "$h" != ~(Eil)HTTP/.* ]] && { print -u2 -f $"%s: HTTP/ header missing\n" "$0" ; return …
/titanic_44/usr/src/cmd/cmd-inet/etc/ike/
H A Dconfig.sample63 # If you wish to use HTTP (with name resolution) for URLs inside certs,
66 # HTTP proxy and socks URLs should also be indicated if needed...
/titanic_44/usr/src/cmd/cmd-inet/etc/
H A Dservices149 http-alt 8080/tcp webcache # HTTP Alternate, webcache
220 www-ldap-gw 1760/tcp # HTTP to LDAP gateway
221 www-ldap-gw 1760/udp # HTTP to LDAP gateway
/titanic_44/usr/src/lib/libpkg/common/
H A Dpkglib.h361 #define HTTP "http://" macro
/titanic_44/usr/src/cmd/krb5/kadmin/kclient/
H A Dkclient.sh1501 servicePrincipalName: HTTP/${fqdn}
1519 skeys=(host/${fqdn}@${realm} nfs/${fqdn}@${realm} HTTP/${fqdn}@${realm})
/titanic_44/usr/src/cmd/svr4pkg/pkgadd/
H A Dmain.c484 if (strncmp(optarg, HTTP, 7) == 0) { in main()