Home
last modified time | relevance | path

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

/third_party/ltp/testcases/cve/
Dicmp_rate_limit01.c117 struct sock_extended_err exterr; in count_icmp_errors() local
158 memcpy(&exterr, CMSG_DATA(cmsg), sizeof(exterr)); in count_icmp_errors()
160 if (exterr.ee_origin != SO_EE_ORIGIN_ICMP) in count_icmp_errors()
163 if (exterr.ee_errno != ECONNREFUSED) { in count_icmp_errors()
164 TST_ERR = exterr.ee_errno; in count_icmp_errors()