]> granicus.if.org Git - strace/commit
net: decode SOL_CAN_RAW socket options
authorEugene Syromyatnikov <evgsyr@gmail.com>
Sat, 20 Oct 2018 04:25:22 +0000 (06:25 +0200)
committerEugene Syromyatnikov <evgsyr@gmail.com>
Sat, 20 Oct 2018 04:25:22 +0000 (06:25 +0200)
commit3c068f860e58098a7945857c0cc4ae3455a0b472
tree5218b53443a5851e570d7eab429d523ff27c5652
parent53bc64c79567b6a82610f006240ca462f95466f7
net: decode SOL_CAN_RAW socket options

* xlat/sock_can_raw_options.in: New file.
* net.c: Include "xlat/sock_can_raw_options.h".
(print_sockopt_fd_level_name) <case SOL_CAN_RAW>: Print socket option
name using sock_can_raw_options xlat.
net.c
xlat/sock_can_raw_options.in [new file with mode: 0644]