HomeSort by relevance Sort by last modified time
    Searched refs:IPPROTO_RAW (Results 51 - 57 of 57) sorted by null

1 23

  /external/strace/
net.c 118 #define IPPROTO_RAW IPPROTO_RAW
537 #ifdef IPPROTO_RAW
538 { IPPROTO_RAW, "IPPROTO_RAW" },
    [all...]
  /external/okhttp/src/main/java/libcore/io/
OsConstants.java 179 public static final int IPPROTO_RAW = placeholder();
  /external/quake/quake/src/WinQuake/
mpdosock.h 197 #define IPPROTO_RAW 255 /* raw IP packet */
  /libcore/luni/src/main/java/libcore/io/
OsConstants.java 179 public static final int IPPROTO_RAW = placeholder();
  /libcore/luni/src/main/native/
libcore_io_OsConstants.cpp 185 initConstant(env, c, "IPPROTO_RAW", IPPROTO_RAW);
  /external/iptables/iptables/
xtables.c 746 sockfd = socket(afinfo->family, SOCK_RAW, IPPROTO_RAW);
    [all...]
  /external/iptables/libiptc/
libiptc.c     [all...]

Completed in 327 milliseconds

1 23