Home
last modified time | relevance | path

Searched refs:pcap_file_header (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/smbsrv/
H A Dsmbsrv_pcap.c102 static int pcap_file_header(char *, int);
124 if (pcap_file_header(outfile, fd) < 0) { in smbsrv_pcap_open()
139 pcap_file_header(char *outfile, int fd) in pcap_file_header() function