xref: /titanic_51/usr/src/uts/common/fs/sockfs/nl7ctokreq.txt (revision 2c9e429efdcda4ca000a411c5d824be208d5f996)
17c478bd9Sstevel@tonic-gate#
27c478bd9Sstevel@tonic-gate#ident	"%Z%%M%	%I%	%E% SMI"
37c478bd9Sstevel@tonic-gate#
4*2c9e429eSbrutus# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
57c478bd9Sstevel@tonic-gate# Use is subject to license terms.
67c478bd9Sstevel@tonic-gate#
77c478bd9Sstevel@tonic-gate# CDDL HEADER START
87c478bd9Sstevel@tonic-gate#
97c478bd9Sstevel@tonic-gate# The contents of this file are subject to the terms of the
10*2c9e429eSbrutus# Common Development and Distribution License (the "License").
11*2c9e429eSbrutus# You may not use this file except in compliance with the License.
127c478bd9Sstevel@tonic-gate#
137c478bd9Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
147c478bd9Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing.
157c478bd9Sstevel@tonic-gate# See the License for the specific language governing permissions
167c478bd9Sstevel@tonic-gate# and limitations under the License.
177c478bd9Sstevel@tonic-gate#
187c478bd9Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each
197c478bd9Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
207c478bd9Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the
217c478bd9Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying
227c478bd9Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner]
237c478bd9Sstevel@tonic-gate#
247c478bd9Sstevel@tonic-gate# CDDL HEADER END
257c478bd9Sstevel@tonic-gate#
267c478bd9Sstevel@tonic-gate# Executed from appropriate arch build directory, e.g. {intel,sparc}/sockfs,
277c478bd9Sstevel@tonic-gate# to generate the nl7ctokgen.h file from nl7ctok*.txt file(s).
287c478bd9Sstevel@tonic-gate#
297c478bd9Sstevel@tonic-gateQhdr_Accept, "Accept: ", PASS | QUALIFIER
307c478bd9Sstevel@tonic-gateQhdr_Accept_Charset, "Accept-Charset: ", PASS | QUALIFIER
317c478bd9Sstevel@tonic-gateQhdr_Accept_Encoding, "Accept-Encoding: ", PASS | QUALIFIER
327c478bd9Sstevel@tonic-gateQhdr_Accept_Language, "Accept-Language: ", PASS | QUALIFIER
337c478bd9Sstevel@tonic-gateQhdr_Authorization, "Authorization: ", PASS | QUALIFIER | NOCACHE
347c478bd9Sstevel@tonic-gateQhdr_Host, "Host: ", PASS | QUALIFIER | HASH
35*2c9e429eSbrutusQhdr_If_Modified_Since, "If-Modified-Since: ", FILTER | QUALIFIER | DATE
36*2c9e429eSbrutusQhdr_If_Unmodified_Since, "If-Unmodified-Since: ", FILTER | QUALIFIER | DATE
377c478bd9Sstevel@tonic-gateQhdr_User_Agent, "User-Agent: ", PASS | QUALIFIER
38*2c9e429eSbrutusQhdr_Connection_close, "Connection: close", QUALIFIER
39*2c9e429eSbrutusQhdr_Connection_Keep_Alive, "Connection: Keep-Alive", QUALIFIER
407c478bd9Sstevel@tonic-gateQhdr_Keep_Alive, "Keep-Alive: ", FILTER | QUALIFIER
417c478bd9Sstevel@tonic-gateQhdr_Date, "Date: ", PASS | QUALIFIER | DATE
427c478bd9Sstevel@tonic-gateQhdr_ETagW, "ETag: W/", PASS | NOCACHE
437c478bd9Sstevel@tonic-gateQhdr_ETag, "ETag: ", PASS | QUALIFIER
447c478bd9Sstevel@tonic-gateQhdr_Pragma_no_cache, "Pragma: no-cache", PASS | NOCACHE
45