/external/tcpdump/ |
D | print-isakmp.c | 1010 ikev1_sa_print(netdissect_options *ndo, u_char tpay _U_, in ikev1_sa_print() argument 1012 u_int item_len _U_, in ikev1_sa_print() argument 1013 const u_char *ep, uint32_t phase, uint32_t doi0 _U_, in ikev1_sa_print() argument 1070 ikev1_p_print(netdissect_options *ndo, u_char tpay _U_, in ikev1_p_print() argument 1071 const struct isakmp_gen *ext, u_int item_len _U_, in ikev1_p_print() argument 1073 uint32_t proto0 _U_, int depth) in ikev1_p_print() argument 1233 ikev1_t_print(netdissect_options *ndo, u_char tpay _U_, in ikev1_t_print() argument 1235 const u_char *ep, uint32_t phase _U_, uint32_t doi _U_, in ikev1_t_print() argument 1236 uint32_t proto, int depth _U_) in ikev1_t_print() argument 1303 ikev1_ke_print(netdissect_options *ndo, u_char tpay _U_, in ikev1_ke_print() argument [all …]
|
D | signature.c | 201 signature_verify(netdissect_options *ndo _U_, const u_char *pptr _U_, in signature_verify() argument 202 u_int plen _U_, const u_char *sig_ptr _U_, in signature_verify() argument 203 void (*clear_rtn)(void *) _U_, const void *clear_arg _U_) in signature_verify() argument
|
D | print-mptcp.c | 169 dummy_print(netdissect_options *ndo _U_, in dummy_print() argument 170 const u_char *opt _U_, u_int opt_len _U_, u_char flags _U_) in dummy_print() argument 330 const u_char *opt, u_int opt_len, u_char flags _U_) in add_addr_print() argument 360 const u_char *opt, u_int opt_len, u_char flags _U_) in remove_addr_print() argument 377 const u_char *opt, u_int opt_len, u_char flags _U_) in mp_prio_print() argument 396 const u_char *opt, u_int opt_len, u_char flags _U_) in mp_fail_print() argument 407 const u_char *opt, u_int opt_len, u_char flags _U_) in mp_fast_close_print() argument
|
D | machdep.c | 63 abort_on_misalignment(char *ebuf _U_, size_t ebufsiz _U_) in abort_on_misalignment() argument
|
D | print-forces.c | 647 uint16_t op_msk _U_, int indent) in prestlv_print() argument 685 uint16_t op_msk _U_, int indent) in fdatatlv_print() argument 720 uint16_t op_msk _U_, int indent) in sdatailv_print() argument 1157 uint16_t op_msk _U_, int indent) in invoptlv_print() argument 1171 const struct forces_tlv *otlv, uint16_t op_msk _U_, int indent) in otlv_print() argument 1218 uint16_t op_msk _U_, int indent) in asttlv_print() argument 1276 uint16_t op_msk _U_, int indent) in asrtlv_print() argument 1330 register const u_char * pptr _U_, register u_int len, 1331 uint16_t op_msk _U_, int indent _U_) 1347 register const u_char * pptr, uint16_t op_msk _U_, int indent) in print_metailv() argument [all …]
|
D | print-fddi.c | 271 fddi_smt_print(netdissect_options *ndo, const u_char *p _U_, u_int length _U_) in fddi_smt_print() argument
|
D | tcpdump.c | 29 static const char copyright[] _U_ = 2121 cleanup(int signo _U_) in cleanup() argument 2166 child_cleanup(int signo _U_) in child_cleanup() argument 2532 RETSIGTYPE requestinfo(int signo _U_) in requestinfo() argument 2545 void CALLBACK verbose_stats_dump (UINT timer_id _U_, UINT msg _U_, DWORD_PTR arg _U_, in verbose_stats_dump() argument 2546 DWORD_PTR dw1 _U_, DWORD_PTR dw2 _U_) in verbose_stats_dump() argument 2552 static void verbose_stats_dump(int sig _U_) in verbose_stats_dump() argument
|
D | print-vjc.c | 86 vjc_print(netdissect_options *ndo, register const char *bp, u_short proto _U_) in vjc_print() argument
|
/external/libpcap/ |
D | savefile.c | 87 sf_getnonblock(pcap_t *p _U_) in sf_getnonblock() argument 97 sf_setnonblock(pcap_t *p, int nonblock _U_) in sf_setnonblock() argument 113 sf_stats(pcap_t *p, struct pcap_stat *ps _U_) in sf_stats() argument 162 sf_oid_get_request(pcap_t *p, bpf_u_int32 oid _U_, void *data _U_, in sf_oid_get_request() argument 163 size_t *lenp _U_) in sf_oid_get_request() argument 171 sf_oid_set_request(pcap_t *p, bpf_u_int32 oid _U_, const void *data _U_, in sf_oid_set_request() argument 172 size_t *lenp _U_) in sf_oid_set_request() argument 219 sf_inject(pcap_t *p, const void *buf _U_, size_t size _U_) in sf_inject() argument 231 sf_setdirection(pcap_t *p, pcap_direction_t d _U_) in sf_setdirection() argument
|
D | pcap-null.c | 33 pcap_create_interface(const char *device _U_, char *ebuf) in pcap_create_interface() argument 50 pcap_lookupnet(const char *device _U_, bpf_u_int32 *netp _U_, in pcap_lookupnet() argument 51 bpf_u_int32 *maskp _U_, char *errbuf) in pcap_lookupnet() argument
|
D | varattrs.h | 51 #define _U_ __attribute__((unused)) macro 56 #define _U_ macro
|
D | pcap-dos.h | 88 #if !defined(_U_) && defined(__GNUC__) 89 #define _U_ __attribute__((unused)) macro 92 #ifndef _U_ 93 #define _U_ macro
|
D | pcap-nit.c | 370 pcap_create_interface(const char *device _U_, char *ebuf) in pcap_create_interface() argument 387 can_be_bound(const char *name _U_) in can_be_bound() argument 393 get_if_flags(const char *name _U_, bpf_u_int32 *flags _U_, char *errbuf _U_) in get_if_flags() argument
|
D | pcap-bt-monitor-linux.c | 86 bt_monitor_read(pcap_t *handle, int max_packets _U_, pcap_handler callback, u_char *user) in bt_monitor_read() argument 150 bt_monitor_inject(pcap_t *handle, const void *buf _U_, size_t size _U_) in bt_monitor_inject() argument 164 bt_monitor_stats(pcap_t *handle _U_, struct pcap_stat *stats) in bt_monitor_stats() argument
|
D | pcap-tc.c | 1254 TcOidGetRequest(pcap_t *p, bpf_u_int32 oid _U_, void *data _U_, size_t *lenp _U_) in TcOidGetRequest() argument 1262 TcOidSetRequest(pcap_t *p, bpf_u_int32 oid _U_, const void *data _U_, in TcOidSetRequest() argument 1263 size_t *lenp _U_) in TcOidSetRequest() argument 1271 TcSendqueueTransmit(pcap_t *p, pcap_send_queue *queue _U_, int sync _U_) in TcSendqueueTransmit() argument 1279 TcSetUserBuffer(pcap_t *p, int size _U_) in TcSetUserBuffer() argument 1287 TcLiveDump(pcap_t *p, char *filename _U_, int maxsize _U_, int maxpacks _U_) in TcLiveDump() argument 1295 TcLiveDumpEnded(pcap_t *p, int sync _U_) in TcLiveDumpEnded() argument 1303 TcGetAirPcapHandle(pcap_t *p _U_) in TcGetAirPcapHandle() argument
|
D | pcap-snit.c | 459 pcap_create_interface(const char *device _U_, char *ebuf) in pcap_create_interface() argument 476 can_be_bound(const char *name _U_) in can_be_bound() argument 482 get_if_flags(const char *name _U_, bpf_u_int32 *flags _U_, char *errbuf _U_) in get_if_flags() argument
|
D | pcap-libdlpi.c | 285 is_dlpi_interface(const char *name _U_) in is_dlpi_interface() argument 291 get_if_flags(const char *name _U_, bpf_u_int32 *flags _U_, char *errbuf _U_) in get_if_flags() argument 476 pcap_create_interface(const char *device _U_, char *ebuf) in pcap_create_interface() argument
|
D | pcap-snoop.c | 420 pcap_create_interface(const char *device _U_, char *ebuf) in pcap_create_interface() argument 437 can_be_bound(const char *name _U_) in can_be_bound() argument 443 get_if_flags(const char *name _U_, bpf_u_int32 *flags _U_, char *errbuf _U_) in get_if_flags() argument
|
D | pcap-septel.c | 183 septel_inject(pcap_t *handle, const void *buf _U_, size_t size _U_) in septel_inject() argument 323 septel_setnonblock(pcap_t *p, int nonblock _U_) in septel_setnonblock() argument
|
D | pcap-pf.c | 539 pcap_create_interface(const char *device _U_, char *ebuf) in pcap_create_interface() argument 556 can_be_bound(const char *name _U_) in can_be_bound() argument 562 get_if_flags(const char *name _U_, bpf_u_int32 *flags _U_, char *errbuf _U_) in get_if_flags() argument
|
D | pcap.c | 277 pcap_cant_set_rfmon(pcap_t *p _U_) in pcap_cant_set_rfmon() argument 765 get_if_description(const char *name _U_) 3698 pcap_read_dead(pcap_t *p, int cnt _U_, pcap_handler callback _U_, 3699 u_char *user _U_) 3707 pcap_inject_dead(pcap_t *p, const void *buf _U_, size_t size _U_) 3715 pcap_setfilter_dead(pcap_t *p, struct bpf_program *fp _U_) 3723 pcap_setdirection_dead(pcap_t *p, pcap_direction_t d _U_) 3731 pcap_set_datalink_dead(pcap_t *p, int dlt _U_) 3747 pcap_setnonblock_dead(pcap_t *p, int nonblock _U_) 3755 pcap_stats_dead(pcap_t *p, struct pcap_stat *ps _U_) [all …]
|
D | pcap-bt-linux.c | 310 bt_read_linux(pcap_t *handle, int max_packets _U_, pcap_handler callback, u_char *user) in bt_read_linux() argument 380 bt_inject_linux(pcap_t *handle, const void *buf _U_, size_t size _U_) in bt_inject_linux() argument
|
/external/libpcap/testprogs/ |
D | threadsignaltest.c | 25 static const char copyright[] _U_ = 105 catch_sigusr1(int sig _U_) in catch_sigusr1() argument 310 countme(u_char *user, const struct pcap_pkthdr *h _U_, const u_char *sp _U_) in countme() argument
|
D | capturetest.c | 25 static const char copyright[] _U_ = 216 countme(u_char *user, const struct pcap_pkthdr *h _U_, const u_char *sp _U_) in countme() argument
|
D | selpolltest.c | 25 static const char copyright[] _U_ = 360 countme(u_char *user, const struct pcap_pkthdr *h _U_, const u_char *sp _U_) in countme() argument
|