1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142
|
/*
* $Id: keys.h,v 1.5 2006/02/28 18:56:09 bogdan_iancu Exp $
*
* Fast 32-bit Header Field Name Parser -- keys
*
* Copyright (C) 2001-2003 FhG Fokus
*
* This file is part of openser, a free SIP server.
*
* openser is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version
*
* openser is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* History:
* --------
* 2003-05-01 _acce_ macro added (janakj)
* 2003-05-01 Macros for Accept-Disposition added (janakj)
* 2003-11-02 Macros for Diversion added (jh)
* 2006-02-xx mod 100rel; add timer, Session-Expires,
* Min-SE (dhsueh@somanetworks.com)
*/
#ifndef KEYS_H
#define KEYS_H
/*
* a b c d e f g h i j k l m n o p q r s t u v w x y z : ' ' -
* 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 3a 20 2d
*/
#define _acce_ 0x65636361 /* "acce" */
#define _allo_ 0x6f6c6c61 /* "allo" */
#define _auth_ 0x68747561 /* "auth" */
#define _oriz_ 0x7a69726f /* "oriz" */
#define _atio_ 0x6f697461 /* "atio" */
#define _call_ 0x6c6c6163 /* "call" */
#define __id2_ 0x2064692d /* "-id " */
#define __id1_ 0x3a64692d /* "-id:" */
#define _cont_ 0x746e6f63 /* "cont" */
#define _act2_ 0x20746361 /* "act " */
#define _act1_ 0x3a746361 /* "act:" */
#define _ent__ 0x2d746e65 /* "ent-" */
#define _leng_ 0x676e656c /* "leng" */
#define _th12_ 0x203a6874 /* "th: " */
#define _type_ 0x65707974 /* "type" */
#define _cseq_ 0x71657363 /* "cseq" */
#define _expi_ 0x69707865 /* "expi" */
#define _res2_ 0x20736572 /* "res " */
#define _res1_ 0x3a736572 /* "res:" */
#define _from_ 0x6d6f7266 /* "from" */
#define _max__ 0x2d78616d /* "max-" */
#define _forw_ 0x77726f66 /* "forw" */
#define _ards_ 0x73647261 /* "ards" */
#define _prox_ 0x786f7270 /* "prox" */
#define _y_au_ 0x75612d79 /* "y-au" */
#define _thor_ 0x726f6874 /* "thor" */
#define _izat_ 0x74617a69 /* "izat" */
#define _ion2_ 0x206e6f69 /* "ion " */
#define _ion1_ 0x3a6e6f69 /* "ion:" */
#define _y_re_ 0x65722d79 /* "y-re" */
#define _quir_ 0x72697571 /* "quir" */
#define _reco_ 0x6f636572 /* "reco" */
#define _rd_r_ 0x722d6472 /* "rd-r" */
#define _oute_ 0x6574756f /* "oute" */
#define _requ_ 0x75716572 /* "requ" */
#define _ire2_ 0x20657269 /* "ire " */
#define _ire1_ 0x3a657269 /* "ire:" */
#define _rout_ 0x74756f72 /* "rout" */
#define _path_ 0x68746170 /* "path" */
#define _supp_ 0x70707573 /* "supp" */
#define _orte_ 0x6574726f /* "orte" */
#define _to12_ 0x203a6f74 /* "to: " */
#define _unsu_ 0x75736e75 /* "unsu" */
#define _ppor_ 0x726f7070 /* "ppor" */
#define _ted2_ 0x20646574 /* "ted " */
#define _ted1_ 0x3a646574 /* "ted:" */
#define _via2_ 0x20616976 /* "via " */
#define _via1_ 0x3a616976 /* "via:" */
#define _www__ 0x2d777777 /* "www-" */
#define _enti_ 0x69746e65 /* "enti" */
#define _cate_ 0x65746163 /* "cate" */
#define _even_ 0x6e657665 /* "even" */
#define _pt_l_ 0x6c2d7470 /* "pt-l" */
#define _angu_ 0x75676e61 /* "angu" */
#define _age2_ 0x20656761 /* "age " */
#define _age1_ 0x3a656761 /* "age:" */
#define _orga_ 0x6167726f /* "orga" */
#define _niza_ 0x617a696e /* "niza" */
#define _tion_ 0x6e6f6974 /* "tion" */
#define _prio_ 0x6f697270 /* "prio" */
#define _rity_ 0x79746972 /* "rity" */
#define _subj_ 0x6a627573 /* "subj" */
#define _ect2_ 0x20746365 /* "ect " */
#define _ect1_ 0x3a746365 /* "ect:" */
#define _user_ 0x72657375 /* "user" */
#define __age_ 0x6567612d /* "-age" */
#define _disp_ 0x70736964 /* "disp" */
#define _osit_ 0x7469736f /* "osit" */
#define _ion2_ 0x206e6f69 /* "ion " */
#define _ion1_ 0x3a6e6f69 /* "ion:" */
#define _pt_d_ 0x64617470 /* "pt-d" */
#define _ispo_ 0x6f707369 /* "ispo" */
#define _siti_ 0x69746973 /* "siti" */
#define _dive_ 0x65766964 /* "dive" */
#define _rsio_ 0x6f697372 /* "rsio" */
#define _remo_ 0x6f6d6572 /* "remo" */
#define _te_p_ 0x702d6574 /* "te-p" */
#define _arty_ 0x79747261 /* "arty" */
#define __id2_ 0x2064692d /* "-id " */
#define __id1_ 0x3a64692d /* "-id:" */
#define _refe_ 0x65666572 /* "refe" */
#define _r_to_ 0x6f742d72 /* "r-to" */
#define _100r_ 0x72303031 /* "100r" for "100rel" */
#define _time_ 0x656d6974 /* "time" */
#define _sess_ 0x73736573 /* "sess" */
#define _ion__ 0x2d6e6f69 /* "ion-" */
#define _expi_ 0x69707865 /* "expi" */
#define _res2_ 0x20736572 /* "res " */
#define _res1_ 0x3a736572 /* "res:" */
#define _min__ 0x2d6e696d /* "min-" for "min-se" */
#endif /* KEYS_H */
|