OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ifac
(Results
1 - 6
of
6
) sorted by relevancy
/src/usr.bin/rump_dhcpclient/
dhcpcd.h
116
extern int
ifac
;
/src/external/bsd/dhcpcd/dist/src/
dhcpcd.h
126
int
ifac
; /* allowed interfaces */
member in struct:dhcpcd_ctx
if.c
534
for (i = 0; i < ctx->
ifac
; i++)
537
if (ctx->
ifac
&& i == ctx->
ifac
)
557
if_noconf = ((argc == 0 || argc == -1) && ctx->
ifac
== 0 &&
dhcpcd.c
135
if (ctx->
ifac
) {
136
for (; ctx->
ifac
> 0; ctx->
ifac
--)
137
free(ctx->ifav[ctx->
ifac
- 1]);
if-options.c
1141
ctx->ifav = splitv(&ctx->
ifac
, ctx->ifav, arg);
/src/usr.sbin/route6d/
route6d.c
113
struct
ifac
*ifc_addr; /* list of AF_INET6 addresses */
117
struct
ifac
{ /* Address associated to an interface */
struct
119
struct
ifac
*ifa_next;
250
static struct
ifac
*
1381
struct
ifac
*ifa;
1403
if ((ifa = MALLOC(struct
ifac
)) == NULL) {
1404
fatal("malloc: struct
ifac
");
1783
struct
ifac
*ifa = NULL;
1814
struct
ifac
*p;
1890
struct
ifac
*ifa
[
all
...]
Completed in 21 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026