diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-01-07 20:21:18 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-01-08 12:52:31 +0100 |
| commit | 8ac12551c242ee54ea65b21c4c81ab41b838a602 (patch) | |
| tree | 86e8c35fc571280c9bb07c3da174dd6e65b4c6a2 /sys/linux/socket_key.txt | |
| parent | f01cb93788a4efb4a69309a84774de5427da71ad (diff) | |
sys/linux: add type alias for socket port
type sock_port proc[20000, 4, int16be]
That was repeated a few times.
Diffstat (limited to 'sys/linux/socket_key.txt')
| -rw-r--r-- | sys/linux/socket_key.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/linux/socket_key.txt b/sys/linux/socket_key.txt index 942ce9ea2..875781d4b 100644 --- a/sys/linux/socket_key.txt +++ b/sys/linux/socket_key.txt @@ -163,7 +163,7 @@ sadb_x_nat_t_type { sadb_x_nat_t_port { sadb_len bytesize8[parent, int16] sadb_exttype flags[sadb_nat_port_type, int16] - sadb_x_nat_t_port_port proc[20000, 4, int16be] + sadb_x_nat_t_port_port sock_port sadb_x_nat_t_port_reserved const[0, int16] } [packed, align_8] |
