Searched refs:linktype (Results 1 - 18 of 18) sorted by relevance

/openbsd-current/lib/libpcap/
H A Dsavefile.c71 sf_write_header(FILE *fp, int linktype, int thiszone, int snaplen) argument
82 hdr.linktype = linktype;
98 hp->linktype = SWAPLONG(hp->linktype);
181 switch (hdr.linktype) {
185 p->linktype = DLT_ATM_RFC1483;
190 p->linktype = DLT_RAW;
195 p->linktype = DLT_SLIP_BSDOS;
200 p->linktype
[all...]
H A Dpcap-int.h82 int linktype; member in struct:pcap
H A Dgencode.c576 static int linktype; variable
585 switch (linktype) {
609 linktype);
650 linktype = type;
779 bpf_error("unknown data link type 0x%x", linktype);
823 switch (linktype) {
908 if (linktype != DLT_LOOP)
962 bpf_error("direction not supported on linktype 0x%x",
963 linktype);
1004 bpf_error("direction not supported on linktype
[all...]
H A Dpcap.c255 return (p->linktype);
274 **dlt_buffer = p->linktype;
641 pcap_open_dead(int linktype, int snaplen) argument
649 p->linktype = linktype;
H A Dpcap.h78 bpf_u_int32 linktype; /* data link type (DLT_*) */ member in struct:pcap_file_header
H A Dpcap-bpf.c537 p->linktype = v;
966 if (p->linktype != dlt)
984 p->linktype = dlt;
/openbsd-current/usr.sbin/tcpdump/
H A Dprivsep_pcap.c73 /* fake hpcap, it only needs errbuf, snaplen, and linktype to
77 hpcap.linktype = link;
138 /* send oflag, netmask, snaplen and linktype */
288 p->linktype = v;
291 if (p->linktype == DLT_PFLOG && p->snapshot < 160)
342 hp->linktype = swap32(hp->linktype);
409 p->linktype = hdr.linktype;
415 switch (p->linktype) {
457 sf_write_header(FILE *fp, int linktype, int thiszone, int snaplen) argument
[all...]
H A Dtcpdump.c513 pcap_print_linktype(pd->linktype);
/openbsd-current/sbin/pflogd/
H A Dpflogd.c250 p->linktype = dlt;
388 hdr.linktype = hpcap->linktype;
434 hdr.linktype != hpcap->linktype ||
H A Dprivsep.c263 hpcap->linktype = DLT_PFLOG;
/openbsd-current/usr.sbin/ripd/
H A Dripd.h185 u_int8_t linktype; member in struct:iface
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/
H A DMM_Unix.pm2518 my $linktype = $attribs{LINKTYPE};
2519 $linktype = $self->{LINKTYPE} unless defined $linktype;
2520 if (defined $linktype and $linktype eq '') {
2523 $linktype = '$(LINKTYPE)' unless defined $linktype;
2525 linkext :: $linktype
3816 for my $linktype (qw(dynamic static)) {
3817 my $directdeps = join ' ', grep !$self->{SKIPHASH}{$_}, $linktype, "pure_al
[all...]
H A DMakeMaker.pm1698 set the linktype with the invocation of the Makefile.PL or make:
/openbsd-current/sys/net/
H A Dbpf.c154 u_int linktype; local
166 linktype = d->bd_bif->bif_dlt;
167 switch (linktype) {
260 if (linktype == DLT_LOOP) {
279 *(u_int *)(mtag + 1) = linktype;
/openbsd-current/libexec/spamlogd/
H A Dspamlogd.c160 p->linktype = dlt;
/openbsd-current/usr.sbin/pppd/
H A Doptions.c1108 pc.linktype = DLT_PPP;
1124 pc.linktype = DLT_PPP;
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/
H A DHTML.pm462 my($token, $type, $tagname, $linkto, $linktype);
471 $linktype = $token->attr('type') || 'insane';
479 print $fh qq{<a href="$linkto" class="podlink$linktype"\n>};
/openbsd-current/sbin/isakmpd/
H A Dlog.c453 sf_hdr.linktype = DLT_LOOP;

Completed in 402 milliseconds