HomeSort by relevance Sort by last modified time
    Searched defs:ENCAP (Results 1 - 2 of 2) sorted by null

  /external/dhcpcd-6.8.2/
dhcp-common.h 61 #define ENCAP (1 << 18)
  /system/netd/server/
XfrmController.cpp 446 return netdutils::statusFromErrno(EINVAL, "Socket did not have UDP-encap sockopt set");
556 return netdutils::statusFromErrno(EAFNOSUPPORT, "IPv6 encap not supported");
560 saInfo.encap.srcPort = encapLocalPort;
561 saInfo.encap.dstPort = encapRemotePort;
564 saInfo.encap.type = static_cast<XfrmEncapType>(encapType);
567 return netdutils::statusFromErrno(EINVAL, "Invalid encap type");
818 nlattr_encap_tmpl encap{};
834 ENCAP,
852 {&encap, 0}, // adjust size if encapsulating
    [all...]

Completed in 71 milliseconds