Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_ipv6_event.cpp26 const int KERNEL_SOCKET_IFA_FAMILY = 10; variable
54 if (msg->nduseropt_family != KERNEL_SOCKET_IFA_FAMILY) { in parseNdUserOptMessage()
123 if (ndm->ndm_family == KERNEL_SOCKET_IFA_FAMILY && in parseNewneighMessage()
178 if (rth->rta_type != IFA_ADDRESS || ifa->ifa_family != KERNEL_SOCKET_IFA_FAMILY) { in handleKernelEvent()
/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_client/
H A Ddhcp_ipv6_client_test.cpp45 const int KERNEL_SOCKET_IFA_FAMILY = 10; variable
306 ndm->ndm_family = KERNEL_SOCKET_IFA_FAMILY;