OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BIOCGDLT
(Results
1 - 10
of
10
) sorted by relevancy
/src/usr.sbin/mopd/common/
pf.c
118
if (ioctl(fd,
BIOCGDLT
, (caddr_t) & dlt) < 0) {
119
mopLogWarn("pfInit:
BIOCGDLT
");
/src/usr.sbin/wakeonlan/
wakeonlan.c
106
if (ioctl(bpf,
BIOCGDLT
, &dlt) == -1)
/src/tests/net/bpf/
t_bpf.c
260
atf_tc_set_md_var(tc, "descr", "Checks behaviors of
BIOCGDLT
and "
275
ATF_REQUIRE_EQ_MSG(rump_sys_ioctl(bpfd,
BIOCGDLT
, &dlt), -1,
280
RL(rump_sys_ioctl(bpfd,
BIOCGDLT
, &dlt));
/src/usr.sbin/rbootd/
bpf.c
120
if (ioctl(BpfFd,
BIOCGDLT
, (caddr_t)&n) < 0) {
121
syslog(LOG_ERR, "bpf: ioctl(
BIOCGDLT
): %m");
/src/usr.sbin/isibootd/
isibootd.c
396
ioctl(fd,
BIOCGDLT
, &type); /* XXX - should check whether EN10MB */
/src/sys/net/
bpf.h
129
#define
BIOCGDLT
_IOR('B', 106, u_int)
bpf.c
961
*
BIOCGDLT
Get link layer type.
1004
case
BIOCGDLT
: /* FALLTHROUGH */
1123
case
BIOCGDLT
:
/src/usr.sbin/rarpd/
rarpd.c
342
if (ioctl(fd,
BIOCGDLT
, (caddr_t) & dlt) < 0) {
343
rarperr(FATAL, "
BIOCGDLT
: %s", strerror(errno));
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_netbsd.cc
1623
unsigned IOCTL_BIOCGDLT =
BIOCGDLT
;
sanitizer_interceptors_ioctl_netbsd.inc
674
_(
BIOCGDLT
, WRITE, sizeof(unsigned int));
Completed in 25 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025