Test Information

TitleGet the new IPv6 protocols as a protoent structure from the protocol number
CommandLine./tst_getprotobynumber --log=3.html --title=Get the new IPv6 protocols as a protoent structure from the protocol number
TestVersionREL_1_1_18
Start2023/01/26 16:32:49
SystemName(null)
KernelVersion(null)

Test Sequence Execution Log

16:32:49Start

== check the define of ipv6 protocol ==
16:32:49getprotobynumber(proto:41)
16:32:49return proto {
p_name = ipv6;
p_aliases = IPv6;
p_proto = 41;
}

== check the define of routing header for ipv6 ==
16:32:49getprotobynumber(proto:43)
16:32:49return proto {
p_name = ipv6-route;
p_aliases = IPv6-Route;
p_proto = 43;
}

== check the define of fragment header for ipv6 ==
16:32:49getprotobynumber(proto:44)
16:32:49return proto {
p_name = ipv6-frag;
p_aliases = IPv6-Frag;
p_proto = 44;
}

== check the define of encapsulating security payload for ipv6 ==
16:32:49getprotobynumber(proto:50)
16:32:49return proto {
p_name = esp;
p_aliases = ESP;
p_proto = 50;
}

== check the define of authentication header for ipv6 ==
16:32:49getprotobynumber(proto:51)
16:32:49return proto {
p_name = ah;
p_aliases = AH;
p_proto = 51;
}

== check the define of icmp for ipv6 ==
16:32:49getprotobynumber(proto:58)
16:32:49return proto {
p_name = ipv6-icmp;
p_aliases = IPv6-ICMP;
p_proto = 58;
}

== check the define of no next header for ipv6 ==
16:32:50getprotobynumber(proto:59)
16:32:50return proto {
p_name = ipv6-nonxt;
p_aliases = IPv6-NoNxt;
p_proto = 59;
}

== check the define of destination options for ipv6 ==
16:32:50getprotobynumber(proto:60)
16:32:50return proto {
p_name = ipv6-opts;
p_aliases = IPv6-Opts;
p_proto = 60;
}

OK
16:32:50End