Searched refs:dump_packet (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/sys/arch/emips/stand/common/ |
| D | enic.c | 86 static void dump_packet(void *, int); 287 dump_packet(pkt,len); in enicput() 311 static void dump_packet(void *pkt, int len) in dump_packet() function
|
| /netbsd/src/dist/pf/sbin/pflogd/ |
| D | pflogd.c | 81 void dump_packet(u_char *, const struct pcap_pkthdr *, const u_char *); 565 dump_packet(u_char *user, const struct pcap_pkthdr *h, const u_char *sp) function 626 pcap_handler phandler = dump_packet;
|
| /netbsd/src/external/bsd/ppp/dist/pppd/ |
| D | pppd.h | 293 void dump_packet(const char *, unsigned char *, int);
|
| D | utils.c | 727 dump_packet(const char *tag, unsigned char *p, int len) in dump_packet() function
|
| D | main.c | 1170 dump_packet("rcvd", p, len); in get_input()
|
| /netbsd/src/usr.sbin/traceroute/ |
| D | traceroute.c | 418 static void dump_packet(void); 1218 dump_packet(void) in dump_packet() function 1335 dump_packet(); in send_probe()
|
| /netbsd/src/external/bsd/tcpdump/dist/ |
| D | tcpdump.c | 269 static void dump_packet(u_char *, const struct pcap_pkthdr *, const u_char *); 2512 callback = dump_packet; in main() 3182 dump_packet(u_char *user, const struct pcap_pkthdr *h, const u_char *sp) in dump_packet() function
|