home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / unix / armlinux / alpha / PARTITIONS / USR_GZ / usr / include / netinet / protocol.h < prev   
Encoding:
C/C++ Source or Header  |  1995-05-14  |  1.3 KB  |  63 lines

  1. /* protocols.h */
  2. #ifndef _NETINET_PROTOCOLS_H
  3. #define _NETINET_PROTOCOLS_H
  4.  
  5. #define IP_ICMP          1
  6. #define IP_IGMP          2
  7. #define IP_GGP           3
  8. #define IP_ST            5
  9. #define IP_TCP           6
  10. #define IP_UCL           7
  11. #define IP_EGP           8
  12. #define IP_IGP           9
  13. #define IP_BBN_RCC_MON     10
  14. #define IP_NVP_II     11
  15. #define IP_PUP         12
  16. #define IP_ARGUS     13
  17. #define IP_EMCON     14
  18. #define IP_XNET         15
  19. #define IP_CHAOS     16
  20. #define IP_UDP         17
  21. #define IP_MUX         18
  22. #define IP_DCN_MEAS     19
  23. #define IP_HMP         20
  24. #define IP_PRM         21
  25. #define IP_XNS_IDP     22
  26. #define IP_TRUNK1     23
  27. #define IP_TRUNK2     24
  28. #define IP_LEAF1     25
  29. #define IP_LEAF2     26
  30. #define IP_RDP         27
  31. #define IP_IRTP         28
  32. #define IP_ISO_TP4     29
  33. #define IP_NETBLT     30
  34. #define IP_MFE_NSP     31
  35. #define IP_MERIT_INP     32
  36. #define IP_SEP         33
  37. #define IP_3PC         34
  38. #define IP_CFTP         62
  39. #define SAT_EXPAK     64
  40. #define IP_RVD         66
  41. #define IP_IPPC         67
  42. #define IP_SAT_MON     69
  43. #define IP_VISA         70
  44. #define IP_IPCV         71
  45. #define IP_BR_SAT_MON     76
  46. #define IP_SUN_ND     77
  47. #define IP_WB_MON     78
  48. #define IP_WB_EXPAK     79
  49. #define IP_ISO_IP     80
  50. #define IP_VMTP         81
  51. #define IP_SECURE_VMTP     82
  52. #define IP_VINES     83
  53. #define IP_TTP         84
  54. #define NSFNET_IGP     85
  55. #define IP_DGP         86
  56. #define IP_TCF         87
  57. #define IP_IGRP         88
  58. #define IP_OSPFIGP     89
  59. #define IP_SPRITE_RPG     90
  60. #define IP_LARP         91
  61.  
  62. #endif /*  _NETINET_PROTOCOLS_H*/
  63.