summaryrefslogtreecommitdiff
path: root/tests/nlattr_inet_diag_msg.c
Commit message (Expand)AuthorAgeFilesLines
* xlat: update TLS_* constantsDmitry V. Levin2022-12-111-1/+3
* tprint_array_index_end: remove extra whitespace from the outputDmitry V. Levin2022-11-121-1/+1
* xlat: update TLS_INFO_* constantsDmitry V. Levin2022-10-091-2/+2
* tests/nlattr_inet_diag_msg: fix big-endian systems supportDmitry V. Levin2022-08-071-7/+7
* Update copyright headersDmitry V. Levin2022-08-071-1/+1
* inet_diag: implement INET_DIAG_LOCALS and INET_DIAG_PEERS attributes decodingEugene Syromyatnikov2022-07-311-0/+64
* inet_diag: implement INET_DIAG_SOCKOPT attribute decodingEugene Syromyatnikov2022-07-311-0/+31
* inet_diag: implement INET_DIAG_CGROUP_ID attribute decodingEugene Syromyatnikov2022-07-311-0/+41
* netlink_inet_diag: decode INET_DIAG_PROTOCOL using decode_nla_ip_protoEugene Syromyatnikov2022-07-311-0/+18
* inet_diag: implement INET_DIAG_SK_BPF_STORAGES attribute decodingEugene Syromyatnikov2022-07-311-0/+108
* inet_diag: implement INET_DIAG_ULP_INFO attribute decodingEugene Syromyatnikov2022-07-311-1/+311
* netlink_inet_diag: implement INET_DIAG_MD5SIG attribute decodingEugene Syromyatnikov2022-07-211-0/+73
* inet_diag: enhance INET_DIAG_SHUTDOWN attribute decodingEugene Syromyatnikov2022-07-211-5/+18
* Update copyright headersDmitry V. Levin2021-02-161-1/+1
* print_fields.h: remove prefix argument from all remaining PRINT_FIELD_* macrosDmitry V. Levin2021-01-291-16/+16
* print_fields.h: remove prefix argument from PRINT_FIELD_X macroDmitry V. Levin2021-01-291-2/+2
* tests: pass an empty string as the first argument to PRINT_FIELD_* macrosDmitry V. Levin2021-01-271-18/+36
* netlink: fix printing of field names of struct nlmsghdrDmitry V. Levin2021-01-111-3/+4
* tests: change the license to GPL-2.0-or-laterDmitry V. Levin2018-12-101-21/+1
* Update copyright headersDmitry V. Levin2018-06-141-1/+1
* nlattr: print index names in netlink meminfo arrayEugene Syromyatnikov2018-05-301-1/+18
* tests: pass index to print_elem_ callback in TEST_NLATTR_ARRAYEugene Syromyatnikov2018-05-251-1/+1
* nlattr: do not assume that SK_MEMINFO_VARS is constantEugene Syromyatnikov2018-05-231-8/+3
* tests: introduce midtail_alloc and use it in netlink testsEugene Syromyatnikov2018-05-091-31/+34
* netlink: implement decoding of INET_DIAG_CLASS_ID attributeDmitry V. Levin2017-09-171-0/+5
* tests: use ifindex_lo and IFINDEX_LO_STRDmitry V. Levin2017-08-151-8/+3
* netlink_sock_diag: enhance decoding of long meminfo arraysDmitry V. Levin2017-07-121-0/+12
* print_inet_addr: use inet_addr-based output format for IPv4Dmitry V. Levin2017-07-101-2/+2
* tests: adjust TEST_NLATTR_OBJECT and TEST_NLATTR_ARRAY for large objectsDmitry V. Levin2017-07-031-1/+1
* tests: move DEFAULT_STRLEN macro to tests.hDmitry V. Levin2017-07-031-1/+0
* netlink_sock_diag: print inet_diag_sockid.idiag_if as an interface indexDmitry V. Levin2017-07-011-5/+13
* tests: check decoding of several standard netlink attributesDmitry V. Levin2017-07-011-0/+24
* tests: enhance nlattr_inet_diag_msg testDmitry V. Levin2017-06-301-499/+64
* tests: check decoding of netlink inet_diag_msg attributesJingPiao Chen2017-06-301-0/+602