Home
last modified time | relevance | path

Searched refs:TCPDIAG_GETSOCK (Results 1 – 14 of 14) sorted by relevance

/external/strace/xlat/
Dnl_sock_diag_types.h6 #if defined(TCPDIAG_GETSOCK) || (defined(HAVE_DECL_TCPDIAG_GETSOCK) && HAVE_DECL_TCPDIAG_GETSOCK)
8 static_assert((TCPDIAG_GETSOCK) == (18), "TCPDIAG_GETSOCK != 18");
11 # define TCPDIAG_GETSOCK 18
45 XLAT(TCPDIAG_GETSOCK),
Dnl_sock_diag_types.in1 TCPDIAG_GETSOCK 18
/external/strace/tests-mx32/
Dnlattr_inet_diag_req_compat.c49 .nlmsg_type = TCPDIAG_GETSOCK, in init_inet_diag_req()
Dnetlink_sock_diag.c459 TCPDIAG_GETSOCK, NLM_F_REQUEST, req, in test_inet_diag_req()
/external/strace/tests/
Dnlattr_inet_diag_req_compat.c49 .nlmsg_type = TCPDIAG_GETSOCK, in init_inet_diag_req()
Dnetlink_sock_diag.c459 TCPDIAG_GETSOCK, NLM_F_REQUEST, req, in test_inet_diag_req()
/external/strace/tests-m32/
Dnlattr_inet_diag_req_compat.c49 .nlmsg_type = TCPDIAG_GETSOCK, in init_inet_diag_req()
Dnetlink_sock_diag.c459 TCPDIAG_GETSOCK, NLM_F_REQUEST, req, in test_inet_diag_req()
/external/strace/linux/
Dinet_diag.h4 #define TCPDIAG_GETSOCK 18 macro
/external/iproute2/include/uapi/linux/
Dinet_diag.h8 #define TCPDIAG_GETSOCK 18 macro
/external/kernel-headers/original/uapi/linux/
Dinet_diag.h8 #define TCPDIAG_GETSOCK 18 macro
/external/libnl/lib/idiag/
Didiag.c74 return nl_send_simple(sk, TCPDIAG_GETSOCK, flags, &req, sizeof(req)); in idiagnl_send_simple()
/external/strace/
Dnetlink_inet_diag.c276 if (nlmsghdr->nlmsg_type == TCPDIAG_GETSOCK in DECL_NETLINK_DIAG_DECODER()
/external/iproute2/misc/
Dss.c2489 req.nlh.nlmsg_type = TCPDIAG_GETSOCK; in tcpdiag_send()