From 8ac12551c242ee54ea65b21c4c81ab41b838a602 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sun, 7 Jan 2018 20:21:18 +0100 Subject: sys/linux: add type alias for socket port type sock_port proc[20000, 4, int16be] That was repeated a few times. --- sys/linux/socket_inet6.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/linux/socket_inet6.txt') diff --git a/sys/linux/socket_inet6.txt b/sys/linux/socket_inet6.txt index a645288b2..8b15d753f 100644 --- a/sys/linux/socket_inet6.txt +++ b/sys/linux/socket_inet6.txt @@ -20,7 +20,7 @@ sock_in6_pair { sockaddr_in6 { family const[AF_INET6, int16] - port proc[20000, 4, int16be] + port sock_port flow int32 addr ipv6_addr scope int32 -- cgit mrf-deployment