提交 d5f8394f 编写于 作者: T Timo Teräs 提交者: Rich Felker

add missing protocols to protoent lookup functions

上级 5e396fb9
...@@ -9,21 +9,36 @@ static const unsigned char protos[] = { ...@@ -9,21 +9,36 @@ static const unsigned char protos[] = {
"\001icmp\0" "\001icmp\0"
"\002igmp\0" "\002igmp\0"
"\003ggp\0" "\003ggp\0"
"\004ipencap\0"
"\005st\0"
"\006tcp\0" "\006tcp\0"
"\008egp\0"
"\014pup\0" "\014pup\0"
"\021udp\0" "\021udp\0"
"\026idp\0" "\024hmp\0"
"\026xns-idp\0"
"\033rdp\0"
"\035iso-tp4\0"
"\044xtp\0"
"\045ddp\0"
"\046idpr-cmtp\0"
"\051ipv6\0" "\051ipv6\0"
"\053ipv6-route\0" "\053ipv6-route\0"
"\054ipv6-frag\0" "\054ipv6-frag\0"
"\055idrp\0"
"\056rsvp\0"
"\057gre\0" "\057gre\0"
"\062esp\0" "\062esp\0"
"\063ah\0" "\063ah\0"
"\071skip\0"
"\072ipv6-icmp\0" "\072ipv6-icmp\0"
"\073ipv6-nonxt\0" "\073ipv6-nonxt\0"
"\074ipv6-opts\0" "\074ipv6-opts\0"
"\111rspf\0"
"\121vmtp\0"
"\131ospf\0" "\131ospf\0"
"\136ipip\0" "\136ipip\0"
"\142encap\0"
"\147pim\0" "\147pim\0"
"\377raw" "\377raw"
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册