OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ifcr_count
(Results
1 - 5
of
5
) sorted by relevancy
/src/sbin/ifconfig/
ifconfig.c
929
ifcr.
ifcr_count
= ifcr.ifcr_total;
938
if (ifcr.
ifcr_count
> ifcr.ifcr_total)
939
ifcr.
ifcr_count
= ifcr.ifcr_total;
941
for (cp = buf, idx = 0; idx < ifcr.
ifcr_count
; idx++, cp += IFNAMSIZ) {
/src/sys/compat/netbsd32/
netbsd32_ioctl.h
315
int
ifcr_count
;
member in struct:netbsd32_if_clonereq
netbsd32_ioctl.c
1478
error = if_clone_list(req->
ifcr_count
,
/src/sys/net/
if.h
170
int
ifcr_count
; /* room for this many in user buffer */
member in struct:if_clonereq
if.c
3526
return if_clone_list(req->
ifcr_count
, req->ifcr_buffer,
Completed in 60 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025