mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-07-27 12:37:11 +08:00
Add protocol definition
This commit is contained in:
parent
efa254b4c7
commit
fabbca4048
@ -550,7 +550,7 @@ static int rtems_shell_main_netstat(int argc, char *argv[])
|
|||||||
ip6protox[i].pr_istats = NULL;
|
ip6protox[i].pr_istats = NULL;
|
||||||
ip6protox[i].pr_name = "tcp";
|
ip6protox[i].pr_name = "tcp";
|
||||||
ip6protox[i].pr_usesysctl = 1;
|
ip6protox[i].pr_usesysctl = 1;
|
||||||
ip6protox[i].pr_protocol = ;
|
ip6protox[i].pr_protocol = IPPROTO_TCP;
|
||||||
i++;
|
i++;
|
||||||
ip6protox[i].pr_index = N_UDBINFO;
|
ip6protox[i].pr_index = N_UDBINFO;
|
||||||
ip6protox[i].pr_sindex = N_UDPSTAT;
|
ip6protox[i].pr_sindex = N_UDPSTAT;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user