OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:iocb
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/bootp/common/
hwaddr.c
78
struct strioctl
iocb
;
local in function:setarp
104
iocb
.ic_cmd = SIOCSARP;
105
iocb
.ic_timout = 0;
106
iocb
.ic_dp = (char *)&arpreq;
107
iocb
.ic_len = sizeof(arpreq);
108
if (ioctl(fd, I_STR, (caddr_t)&
iocb
) < 0) {
hwaddr.c
78
struct strioctl
iocb
;
local in function:setarp
104
iocb
.ic_cmd = SIOCSARP;
105
iocb
.ic_timout = 0;
106
iocb
.ic_dp = (char *)&arpreq;
107
iocb
.ic_len = sizeof(arpreq);
108
if (ioctl(fd, I_STR, (caddr_t)&
iocb
) < 0) {
Completed in 24 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025