HomeSort by: relevance | last modified time | path
    Searched refs:_U_ (Results 1 - 25 of 78) sorted by relevancy

1 2 3 4

  /src/external/bsd/tcpdump/dist/
varattrs.h 51 #define _U_ __attribute__((unused))
56 #define _U_
machdep.c 50 abort_on_misalignment(char *ebuf _U_, size_t ebufsiz _U_)
signature.c 205 signature_verify(netdissect_options *ndo _U_, const u_char *pptr _U_,
206 u_int plen _U_, const u_char *sig_ptr _U_,
207 void (*clear_rtn)(void *) _U_, const void *clear_arg _U_)
print-isakmp.c 995 ikev1_sa_print(netdissect_options *ndo, u_char tpay _U_,
997 u_int item_len _U_,
998 const u_char *ep, uint32_t phase, uint32_t doi0 _U_,
1052 ikev1_p_print(netdissect_options *ndo, u_char tpay _U_,
1053 const struct isakmp_gen *ext, u_int item_len _U_,
1055 uint32_t proto0 _U_, int depth)
1216 ikev1_t_print(netdissect_options *ndo, u_char tpay _U_,
1218 const u_char *ep, uint32_t phase _U_, uint32_t doi _U_,
1219 uint32_t proto, int depth _U_)
    [all...]
print-mptcp.c 188 dummy_print(netdissect_options *ndo _U_,
189 const u_char *opt _U_, u_int opt_len _U_, u_char flags _U_)
361 const u_char *opt, u_int opt_len, u_char flags _U_)
398 const u_char *opt, u_int opt_len, u_char flags _U_)
415 const u_char *opt, u_int opt_len, u_char flags _U_)
434 const u_char *opt, u_int opt_len, u_char flags _U_)
445 const u_char *opt, u_int opt_len, u_char flags _U_)
print-vjc.c 90 vjc_print(netdissect_options *ndo, const u_char *bp, u_short proto _U_)
print-cdp.c 101 const u_char *cp, const u_int len _U_)
129 const u_char *cp, const u_int len _U_)
136 const u_char *cp, const u_int len _U_)
165 const u_char *cp, const u_int len _U_)
172 const u_char *cp, const u_int len _U_)
  /src/external/bsd/libpcap/dist/
varattrs.h 51 #define _U_ __attribute__((unused))
56 #define _U_
pcap-null.c 36 pcapint_create_interface(const char *device _U_, char *ebuf)
43 pcapint_platform_finddevs(pcap_if_list_t *devlistp _U_, char *errbuf _U_)
53 pcap_lookupnet(const char *device _U_, bpf_u_int32 *netp _U_,
54 bpf_u_int32 *maskp _U_, char *errbuf)
savefile.c 92 sf_getnonblock(pcap_t *p _U_)
102 sf_setnonblock(pcap_t *p, int nonblock _U_)
118 sf_cant_set_rfmon(pcap_t *p _U_)
128 sf_stats(pcap_t *p, struct pcap_stat *ps _U_)
137 sf_stats_ex(pcap_t *p, int *size _U_)
145 sf_setbuff(pcap_t *p, int dim _U_)
153 sf_setmode(pcap_t *p, int mode _U_)
161 sf_setmintocopy(pcap_t *p, int size _U_)
177 sf_oid_get_request(pcap_t *p, bpf_u_int32 oid _U_, void *data _U_,
    [all...]
sslutils.h 68 #define _U_NOSSL_ _U_
pcap-dos.h 90 #if !defined(_U_) && defined(__GNUC__)
91 #define _U_ __attribute__((unused))
94 #ifndef _U_
95 #define _U_
pcap.c 362 pcap_read_not_initialized(pcap_t *pcap, int cnt _U_, pcap_handler callback _U_,
363 u_char *user _U_)
371 pcap_inject_not_initialized(pcap_t *pcap, const void * buf _U_, size_t size _U_)
379 pcap_setfilter_not_initialized(pcap_t *pcap, struct bpf_program *fp _U_)
387 pcap_setdirection_not_initialized(pcap_t *pcap, pcap_direction_t d _U_)
395 pcap_set_datalink_not_initialized(pcap_t *pcap, int dlt _U_)
411 pcap_stats_not_initialized(pcap_t *pcap, struct pcap_stat *ps _U_)
420 pcap_stats_ex_not_initialized(pcap_t *pcap, int *pcap_stat_size _U_)
    [all...]
pcap-nit.c 375 pcapint_create_interface(const char *device _U_, char *ebuf)
392 can_be_bound(const char *name _U_)
398 get_if_flags(const char *name _U_, bpf_u_int32 *flags _U_, char *errbuf _U_)
pcap-airpcap.c 497 airpcap_oid_get_request(pcap_t *p, bpf_u_int32 oid _U_, void *data _U_,
498 size_t *lenp _U_)
506 airpcap_oid_set_request(pcap_t *p, bpf_u_int32 oid _U_, const void *data _U_,
507 size_t *lenp _U_)
515 airpcap_sendqueue_transmit(pcap_t *p, pcap_send_queue *queue _U_, int sync _U_)
552 airpcap_live_dump(pcap_t *p, char *filename _U_, int maxsize _U_,
    [all...]
pcap-septel.c 175 septel_inject(pcap_t *handle, const void *buf _U_, int size _U_)
293 septel_setnonblock(pcap_t *p, int nonblock _U_)
pcap-bt-monitor-linux.c 98 bt_monitor_read(pcap_t *handle, int max_packets _U_, pcap_handler callback, u_char *user)
169 bt_monitor_inject(pcap_t *handle, const void *buf _U_, int size _U_)
177 bt_monitor_stats(pcap_t *handle _U_, struct pcap_stat *stats)
pcap-libdlpi.c 310 is_dlpi_interface(const char *name _U_)
316 get_if_flags(const char *name _U_, bpf_u_int32 *flags _U_, char *errbuf _U_)
501 pcapint_create_interface(const char *device _U_, char *ebuf)
pcap-snoop.c 423 pcapint_create_interface(const char *device _U_, char *ebuf)
440 can_be_bound(const char *name _U_)
446 get_if_flags(const char *name _U_, bpf_u_int32 *flags _U_, char *errbuf _U_)
  /src/external/bsd/libpcap/dist/testprogs/
nonblocktest.c 97 breakme(u_char *user _U_, const struct pcap_pkthdr *h _U_, const u_char *sp _U_)
reactivatetest.c 25 static const char copyright[] _U_ =
findalldevstest-perf.c 21 int main(int argc _U_, char **argv _U_)
can_set_rfmon_test.c 25 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_)
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_)

Completed in 67 milliseconds

1 2 3 4