repo.or.cz
/
netsniff-ng.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
man: bpf: also mention that bpfc can be used for seccomp-BPF
[netsniff-ng.git]
/
tstamping.h
blob
41df9aa51d6bf239acb0880577d68c1eecab8aa8
1
#ifndef TSTAMPING_H
2
#define TSTAMPING_H
3
4
extern
int
set_sockopt_hwtimestamp
(
int
sock
,
const char
*
dev
);
5
6
#endif
/* TSTAMPING_H */