HomeSort by relevance Sort by last modified time
    Searched full:ipproto (Results 1 - 24 of 24) sorted by null

  /external/tcpdump/
ipproto.c 18 "@(#) $Header: /tcpdump/master/tcpdump/ipproto.c,v 1.3.2.3 2005/09/20 06:05:37 guy Exp $ (LBL)";
28 #include "ipproto.h"
FILES 56 ipproto.c
57 ipproto.h
Android.mk 11 ipproto.c\
ipproto.h 33 * @(#) $Header: /tcpdump/master/tcpdump/ipproto.h,v 1.4.2.2 2005/09/20 06:05:37 guy Exp $ (LBL)
print-ip6.c 44 #include "ipproto.h"
INSTALL 97 ipproto.c - IP protocol type value-to-name table
98 ipproto.h - IP protocol type value definitions
print-cnfp.c 54 #include "ipproto.h"
Makefile.in 68 CSRC = addrtoname.c af.c cpack.c gmpls.c oui.c gmt2local.c ipproto.c \
print-dccp.c 33 #include "ipproto.h"
print-pgm.c 39 #include "ipproto.h"
print-icmp.c 42 #include "ipproto.h"
print-ip.c 42 #include "ipproto.h"
print-tcp.c 49 #include "ipproto.h"
print-udp.c 53 #include "ipproto.h"
print-icmp6.c 44 #include "ipproto.h"
    [all...]
  /external/iptables/iptables/
xshared.h 36 * @ipproto: used by setsockopt (e.g. IPPROTO_IP)
45 uint8_t ipproto; member in struct:xtables_afinfo
xtables.c 148 .ipproto = IPPROTO_IP,
158 .ipproto = IPPROTO_IPV6,
773 max_rev = getsockopt(sockfd, afinfo->ipproto, opt, &rev, &s);
    [all...]
  /external/iproute2/include/
xt-internal.h 17 int ipproto; member in struct:afinfo
  /external/iproute2/lib/
inet_proto.c 41 snprintf(buf, len, "ipproto-%d", proto);
  /external/iproute2/tc/
f_rsvp.c 29 fprintf(stderr, "Usage: ... rsvp ipproto PROTOCOL session DST[/PORT | GPI ]\n");
218 } else if (matches("ipproto", *argv) == 0) {
223 fprintf(stderr, "Illegal \"ipproto\"\n");
367 fprintf(f, "ipproto %s ", inet_proto_n2a(pinfo->protocol, b1, sizeof(b1)));
m_xt_old.c 73 .ipproto = IPPROTO_IP,
  /external/openssh/
canohost.c 165 int ipproto; local
169 ipproto = ip->p_proto;
171 ipproto = IPPROTO_IP;
173 if (getsockopt(sock, ipproto, IP_OPTIONS, options,
  /frameworks/base/core/java/android/net/dhcp/
DhcpPacket.java 609 byte ipProto = packet.get();
615 if (ipProto != IP_TYPE_UDP) // UDP
  /external/iproute2/doc/
ip-tunnels.tex 460 session D ipproto ipip filter S \

Completed in 976 milliseconds