protocols.h 1.3 KB

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