Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/sockfs/
H A Dnl7chttp.c982 char hdr_etag[] = "ETag: "; in http_mkresponse() local
987 sz += sizeof (hdr_etag) - 1 + in http_mkresponse()
1082 cnt = sizeof (hdr_etag) - 1; in http_mkresponse()
1083 bcopy(hdr_etag, cp, cnt); in http_mkresponse()