/external/qemu/slirp-android/ |
socket.c | 459 if (so->so_type == IPPROTO_ICMP) { /* This is a "ping" reply */
|
/libcore/luni/src/main/java/libcore/io/ |
OsConstants.java | 213 public static final int IPPROTO_ICMP = placeholder(); [all...] |
/external/iproute2/ip/ |
ipxfrm.c | 482 case IPPROTO_ICMP: 1279 case IPPROTO_ICMP:
|
xfrm_policy.c | 79 fprintf(stderr, "%s | ", strxf_proto(IPPROTO_ICMP));
|
xfrm_state.c | 103 fprintf(stderr, "%s | ", strxf_proto(IPPROTO_ICMP));
|
/external/dnsmasq/src/ |
dnsmasq.c | 1242 if ((fd = socket (AF_INET, SOCK_RAW, IPPROTO_ICMP)) != -1) [all...] |
/external/ipsec-tools/src/racoon/ |
strnames.c | 951 case IPPROTO_ICMP:
|
cftoken.l | 426 icmp { YYD; yylval.num = IPPROTO_ICMP; return(UL_PROTO); }
|
racoonctl.c | 184 { IPPROTO_ICMP, "icmp" }, [all...] |
/external/iputils/ |
rdisc.c | 434 if ((s = socket(AF_INET, SOCK_RAW, IPPROTO_ICMP)) < 0) { [all...] |
/libcore/luni/src/main/native/ |
libcore_io_OsConstants.cpp | 243 initConstant(env, c, "IPPROTO_ICMP", IPPROTO_ICMP);
|
/external/strace/ |
net.c | 456 { IPPROTO_ICMP, "IPPROTO_ICMP" }, [all...] |
/external/iptables/iptables/ |
xtables.c | [all...] |
/external/libpcap/ |
gencode.c | [all...] |