HomeSort by: relevance | last modified time | path
    Searched defs:_U_ (Results 1 - 13 of 13) sorted by relevancy

  /src/external/bsd/libpcap/dist/
varattrs.h 51 #define _U_ __attribute__((unused))
56 #define _U_
pcap-dos.h 90 #if !defined(_U_) && defined(__GNUC__)
91 #define _U_ __attribute__((unused))
94 #ifndef _U_
95 #define _U_
  /src/external/bsd/tcpdump/dist/
varattrs.h 51 #define _U_ __attribute__((unused))
56 #define _U_
tcpdump.c 58 * This must appear after including netdissect-stdinc.h, so that _U_ is
62 static const char copyright[] _U_ =
1196 _U_
2809 cleanup(int signo _U_)
2862 child_cleanup(int signo _U_)
3223 requestinfo(int signo _U_)
3234 flushpcap(int signo _U_)
3257 static void CALLBACK verbose_stats_dump(PVOID param _U_,
3258 BOOLEAN timer_fired _U_)
3263 static void verbose_stats_dump(int sig _U_)
    [all...]
  /src/external/bsd/libpcap/dist/testprogs/
reactivatetest.c 25 static const char copyright[] _U_ =
can_set_rfmon_test.c 25 static const char copyright[] _U_ =
opentest.c 25 static const char copyright[] _U_ =
filtertest.c 25 static const char copyright[] _U_ =
valgrindtest.c 49 static const char copyright[] _U_ =
capturetest.c 25 static const char copyright[] _U_ =
70 sigint_handler(int signum _U_)
297 countme(u_char *user, const struct pcap_pkthdr *h _U_, const u_char *sp _U_)
selpolltest.c 25 static const char copyright[] _U_ =
362 countme(u_char *user, const struct pcap_pkthdr *h _U_, const u_char *sp _U_)
threadsignaltest.c 25 static const char copyright[] _U_ =
105 catch_sigusr1(int sig _U_)
326 countme(u_char *user, const struct pcap_pkthdr *h _U_, const u_char *sp _U_)
writecaptest.c 25 static const char copyright[] _U_ =
66 stop_capture(DWORD ctrltype _U_)
73 stop_capture(int signum _U_)

Completed in 36 milliseconds