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

  /external/dhcpcd-6.8.2/
dhcp-common.h 61 #define ENCAP (1 << 18)
dhcp-common.c 57 if (opt->type & ENCAP)
58 printf(" encap");
if-options.c 183 {"encap", required_argument, NULL, O_ENCAP},
    [all...]
  /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 223 milliseconds