HomeSort by relevance Sort by last modified time
    Searched refs:u_char (Results 501 - 525 of 660) sorted by null

<<21222324252627

  /external/libpcap/
pcap-can-linux.c 69 static int can_read_linux(pcap_t *, int , pcap_handler , u_char *);
220 can_read_linux(pcap_t *handle, int max_packets, pcap_handler callback, u_char *user)
savefile.c 373 pcap_offline_read(pcap_t *p, int cnt, pcap_handler callback, u_char *user)
378 u_char *data;
pcap-dos.c 100 u_char *data);
113 static void watt32_recv_hook (u_char *dummy, const struct pcap_pkthdr *pcap,
114 const u_char *buf);
219 pcap_read_one (pcap_t *p, pcap_handler callback, u_char *data)
331 pcap_read_dos (pcap_t *p, int cnt, pcap_handler callback, u_char *data)
841 static void watt32_recv_hook (u_char *dummy, const struct pcap_pkthdr *pcap,
842 const u_char *buf)
    [all...]
pcap-pf.c 101 pcap_read_pf(pcap_t *pc, int cnt, pcap_handler callback, u_char *user)
104 register u_char *p, *bp;
479 p->buffer = (u_char*)malloc(p->bufsize + p->offset);
sf-pcap-ng.c 199 u_char *data;
228 u_char **data);
409 u_char tsresol_opt;
945 pcap_ng_next_packet(pcap_t *p, struct pcap_pkthdr *hdr, u_char **data)
tokdefs.h 299 u_char *e;
  /external/tcpdump/missing/
getnameinfo.c 81 u_char si_len;
82 u_char si_family;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
nis_object.x 239 u_char ta_sep; /* Separator character */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
nis_object.x 265 u_char ta_sep; /* Separator character */
  /external/tcpdump/
print-icmp.c 329 icmp_print(netdissect_options *ndo, const u_char *bp, u_int plen, const u_char *bp2,
341 const u_char *snapend_save;
381 ouh = (struct udphdr *)(((u_char *)oip) + hlen);
412 mp = (struct mtu_discovery *)(u_char *)&dp->icmp_void;
print-bootp.c 263 static void rfc1048_print(netdissect_options *, const u_char *);
264 static void cmu_print(netdissect_options *, const u_char *);
283 register const u_char *cp, u_int length)
286 static const u_char vm_cmu[4] = VM_CMU;
287 static const u_char vm_rfc1048[4] = VM_RFC1048;
590 register const u_char *bp)
1041 register const u_char *bp)
print-cfm.c 230 register const u_char *tptr)
271 cfm_egress_id_string(netdissect_options *ndo, register const u_char *tptr)
285 register const u_char *pptr, register u_int length)
print-bfd.c 162 bfd_print(netdissect_options *ndo, register const u_char *pptr,
  /bionic/libc/dns/net/
gethnamaddr.c 126 u_char buf[MAXPACKET];
150 int dn_skipname(const u_char *, const u_char *);
205 const u_char *cp;
208 const u_char *eom, *erdata;
746 if (isdigit((u_char) name[0]))
758 if (!isdigit((u_char) *cp) && *cp != '.')
761 if ((isxdigit((u_char) name[0]) && strchr(name, ':') != NULL) ||
774 if (!isxdigit((u_char) *cp) && *cp != ':' && *cp != '.')
867 const u_char *uaddr = (const u_char *)addr
    [all...]
  /bionic/libc/include/net/
if_ether.h 201 int ether_nonstatic_aton(u_char *, char *);
  /development/ndk/platforms/android-21/include/net/
if_ether.h 201 int ether_nonstatic_aton(u_char *, char *);
  /development/ndk/platforms/android-3/include/net/
if_ether.h 201 int ether_nonstatic_aton(u_char *, char *);
  /external/iputils/
traceroute6.c 291 u_char packet[512]; /* last inbound (icmp) packet */
294 int packet_ok(u_char *buf, int cc, struct sockaddr_in6 *from,
824 int packet_ok(u_char *buf, int cc, struct sockaddr_in6 *from,
829 u_char type, code;
  /external/libpcap/lbl/
os-sunos4.h 25 int _flsbuf(u_char, FILE *);
  /external/tcpdump/lbl/
os-sunos4.h 25 int _flsbuf(u_char, FILE *);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/netinet/
ip_icmp.h 145 u_char ih_pptr; /* ICMP_PARAMPROB */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
types.h 35 typedef __u_char u_char; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
types.h 34 typedef __u_char u_char; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/
ip_icmp.h 145 u_char ih_pptr; /* ICMP_PARAMPROB */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
types.h 34 typedef __u_char u_char; typedef

Completed in 614 milliseconds

<<21222324252627