Home
last modified time | relevance | path

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

/system/extras/tests/net_test/
Diproute.py41 NLMSG_ERROR = 2 variable
387 if hdr.type == NLMSG_ERROR:
489 if nlmsghdr.type == NLMSG_ERROR or nlmsghdr.type == NLMSG_DONE:
595 if NLMsgHdr(data).type == NLMSG_ERROR:
638 if NLMsgHdr(data).type == NLMSG_ERROR:
/system/core/logd/
Dlibaudit.c54 if (rep.nlh.nlmsg_type == NLMSG_ERROR) { in get_ack()
/system/core/libnetutils/
Difc_utils.c333 if (!NLMSG_OK(nh, (unsigned) len) || nh->nlmsg_type != NLMSG_ERROR) { in ifc_act_on_address()