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/17 08:41:00
SystemName(null)
KernelVersion(null)

Test Sequence Execution Log

08:41:00Start

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

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

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

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

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

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

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

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

OK
08:41:01End