Lines Matching +full:route +full:- +full:ptp

18 #include "netdissect-stdinc.h"
58 * https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml
64 "hopopt", /* 0 (IPPROTO_HOPOPTS, IPv6 Hop-by-Hop Option) */
67 "ggp", /* 3 (Gateway-to-Gateway) */
76 "bbn-rcc-mon", /* 10 (BBN RCC Monitoring) */
77 "nvp-ii", /* 11 (Network Voice Protocol) */
85 "dcn-meas", /* 19 (DCN Measurement Subsystems) */
88 "xns-idp", /* 22 (XEROX NS IDP) */
89 "trunk-1", /* 23 (Trunk-1) */
90 "trunk-2", /* 24 (Trunk-2) */
91 "leaf-1", /* 25 (Leaf-1) */
92 "leaf-2", /* 26 (Leaf-2) */
95 "iso-tp4", /* 29 (ISO Transport Protocol Class 4) */
97 "mfe-nsp", /* 31 (MFE Network Services Protocol) */
98 "merit-inp", /* 32 (MERIT Internodal Protocol) */
103 "idpr", /* 35 (Inter-Domain Policy Routing Protocol) */
106 "idpr-cmtp", /* 38 (IDPR Control Message Transport Proto) */
111 "ipv6-route", /* 43 (IPPROTO_ROUTING, Routing Header for IPv6) */
112 "ipv6-frag", /* 44 (IPPROTO_FRAGMENT, Fragment Header for
115 "idrp", /* 45 (Inter-Domain Routing Protocol) */
124 "i-nlsp", /* 52 (Integrated Net Layer Security TUBA) */
132 "ipv6-icmp", /* 58 (IPPROTO_ICMPV6, ICMP for IPv6) */
133 "ipv6-nonxt", /* 59 (IPPROTO_NONE, No Next Header for IPv6) */
134 "ipv6-opts", /* 60 (IPPROTO_DSTOPTS, Destination Options for
142 "sat-expak", /* 64 (SATNET and Backroom EXPAK) */
147 "sat-mon", /* 69 (SATNET Monitoring) */
151 "rspf", /* 73 (Radio Shortest Path First, CPHB -- Computer
152 * Protocol Heart Beat -- in IANA)
156 "br-sat-mon", /* 76 (Backroom SATNET Monitoring) */
157 "sun-nd", /* 77 (IPPROTO_ND, SUN ND PROTOCOL-Temporary) */
158 "wb-mon", /* 78 (WIDEBAND Monitoring) */
159 "wb-expak", /* 79 (WIDEBAND EXPAK) */
160 "iso-ip", /* 80 (ISO Internet Protocol) */
162 "secure-vmtp", /* 82 (Secure VMTP) */
164 "ttp", /* 84 (Transaction Transport Protocol, also IPTM --
167 "nsfnet-igp", /* 85 (NSFNET-IGP) */
174 "sprite-rpc", /* 90 (Sprite RPC Protocol) */
178 "ipip", /* 94 (IP-within-IP Encapsulation Protocol) */
180 "scc-sp", /* 96 (Semaphore Communications Sec. Pro.) */
181 "etherip", /* 97 (Ethernet-within-IP Encapsulation) */
198 "compaq-peer", /* 110 (Compaq Peer Protocol) */
199 "ipx-in-ip", /* 111 (IPX in IP) */
206 NULL, /* 114 (any 0-hop protocol) */
208 "ddx", /* 116 (D-II Data Exchange (DDX)) */
215 "ptp", /* 123 (Performance Transparency Protocol) */
228 "rsvp-e2e-ignore", /* 134 (RSVP-E2E-IGNORE) */
229 "mobility-header", /* 135 (IPPROTO_MOBILITY, Mobility Header) */
231 "mpls-in-ip", /* 137 (MPLS-in-IP) */
347 "exptest-253", /* 253 (Use for experimentation and testing,
350 "exptest-254", /* 254 (Use for experimentation and testing,
356 /* The function enforces the array index to be 8-bit. */