Test Information

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

Test Sequence Execution Log

16:32:48Start

== check the define of hop-by-hop options for ipv6 ==
16:32:48getprotobyname(name:"hopopt")
16:32:48return proto {
p_name = hopopt;
p_aliases = HOPOPT;
p_proto = 0;
}

== check the define of ipv6 protocol ==
16:32:48getprotobyname(name:"ipv6")
16:32:48return proto {
p_name = ipv6;
p_aliases = IPv6;
p_proto = 41;
}

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

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

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

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

== check the define of icmp for ipv6 ==
16:32:49getprotobyname(name:"ipv6-icmp")
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:49getprotobyname(name:"ipv6-nonxt")
16:32:49return proto {
p_name = ipv6-nonxt;
p_aliases = IPv6-NoNxt;
p_proto = 59;
}

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

OK
16:32:49End