Searched defs:NLMSG_ERROR (Results 1 - 2 of 2) sorted by last modified time

/system/extras/tests/net_test/
H A Diproute.py43 NLMSG_ERROR = 2 variable
494 if NLMsgHdr(data).type == NLMSG_ERROR:
H A Dnetlink.py39 NLMSG_ERROR = 2 variable
161 if hdr.type == NLMSG_ERROR:
190 if nlmsghdr.type == NLMSG_ERROR or nlmsghdr.type == NLMSG_DONE:
206 if NLMsgHdr(data).type == NLMSG_ERROR:
249 elif response_type == NLMSG_ERROR:

Completed in 59 milliseconds