HomeSort by relevance Sort by last modified time
    Searched defs:ip (Results 226 - 250 of 282) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/qemu/slirp-android/
ip.h 29 * @(#)ip.h 8.1 (Berkeley) 6/10/93
30 * ip.h,v 1.3 1994/08/21 05:27:30 paul Exp
77 struct ip { struct
101 * Definitions for IP type of service (ip_tos)
199 * Overlay for ip header used by other protocols (tcp, udp).
211 * Ip reassembly queue structure. Each fragment
218 struct qlink frag_link; /* to ip headers of fragments */
227 * Ip header, when holding a fragment.
233 struct ip ipf_ip;
244 * and passed to ip_output when ip options are in use
    [all...]
  /external/tcpdump/
print-icmp.c 40 #include "ip.h"
78 struct ip idi_ip;
98 * packet is large enought to contain the returned ip header.
101 * ip header length.
104 #define ICMP_EXTD_MINLEN (156 - sizeof (struct ip)) /* draft-bonica-internet-icmp-08 */
107 #define ICMP_ADVLENMIN (8 + sizeof (struct ip) + 8) /* min */
141 #define ICMP_PARAMPROB 12 /* ip header bad */
271 * IP packet before the MPLS extension header starts.
339 const struct ip *ip; local
    [all...]
print-isakmp.c 53 #include "ip.h"
181 struct ip *ip; local
194 ip = (struct ip *)bp2;
195 switch (IP_V(ip)) {
207 memcpy(&sin->sin_addr, &ip->ip_src, sizeof(ip->ip_src));
213 memcpy(&sin->sin_addr, &ip->ip_dst, sizeof(ip->ip_dst))
251 struct ip *ip; local
    [all...]
  /external/valgrind/main/coregrind/
m_errormgr.c 306 static void printSuppForIp_XML(UInt n, Addr ip, void* uu_opaque)
309 if ( VG_(get_fnname_no_cxx_demangle) (ip, buf, ERRTXT_LEN) ) {
312 if ( VG_(get_objname)(ip, buf, ERRTXT_LEN) ) {
319 static void printSuppForIp_nonXML(UInt n, Addr ip, void* textV)
323 if ( VG_(get_fnname_no_cxx_demangle) (ip, buf, ERRTXT_LEN) ) {
326 if ( VG_(get_objname)(ip, buf, ERRTXT_LEN) ) {
523 Addr ip = ips[i]; local
525 if (VG_(get_fnname)(ip, buffer, sizeof(buffer))) {
528 if (VG_(get_objname)(ip, buffer, sizeof(buffer))) {
1371 Addr ip = *(Addr*)addrV; \/* INPUT *\/ local
    [all...]