Searched refs:dump_packet (Results 1 – 8 of 8) sorted by relevance
/external/usrsctp/fuzzer/ |
D | fuzzer_connect.c | 70 dump_packet(const void *buffer, size_t bufferlen, int inout) { in dump_packet() function 101 dump_packet(buf, length, SCTP_DUMP_OUTBOUND); in conn_output() 375 dump_packet(fuzz_init_ack, 448, SCTP_DUMP_INBOUND); in LLVMFuzzerTestOneInput() 385 dump_packet(fuzz_cookie_ack, 16, SCTP_DUMP_INBOUND); in LLVMFuzzerTestOneInput() 419 dump_packet(fuzz_i_data, 232, SCTP_DUMP_INBOUND); in LLVMFuzzerTestOneInput() 425 dump_packet(fuzz_data, 228, SCTP_DUMP_INBOUND); in LLVMFuzzerTestOneInput() 438 dump_packet(fuzz_packet_buffer, data_size - 1 + COMMON_HEADER_SIZE, SCTP_DUMP_INBOUND); in LLVMFuzzerTestOneInput()
|
/external/tcpdump/ |
D | tcpdump.c | 189 static void dump_packet(u_char *, const struct pcap_pkthdr *, const u_char *); 1929 callback = dump_packet; in main() 2473 dump_packet(u_char *user, const struct pcap_pkthdr *h, const u_char *sp) in dump_packet() function
|
/external/ppp/pppd/ |
D | pppd.h | 543 void dump_packet __P((const char *, u_char *, int));
|
D | utils.c | 805 dump_packet(const char *tag, unsigned char *p, int len) in dump_packet() function
|
D | main.c | 1079 dump_packet("rcvd", p, len); in get_input()
|
D | sys-linux.c | 1052 dump_packet("sent", p, len); in output()
|
D | sys-solaris.c | 1343 dump_packet("sent", p, len);
|
/external/usrsctp/usrsctplib/netinet/ |
D | sctp_indata.c | 1970 dump_packet: in sctp_process_a_data_chunk() 1984 goto dump_packet; in sctp_process_a_data_chunk() 1987 goto dump_packet; in sctp_process_a_data_chunk()
|