OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ifreqs
(Results
1 - 2
of
2
) sorted by relevancy
/src/tests/net/if/
ifconf.c
83
struct ifreq *
ifreqs
;
local in function:show_interfaces
91
ifreqs
= malloc(sizeof(struct ifreq) * nifreqs);
92
if (
ifreqs
== NULL)
100
ifc.ifc_req =
ifreqs
;
108
printf("%s: af=%hhu socklen=%hhu\n",
ifreqs
[i].ifr_name,
109
ifreqs
[i].ifr_addr.sa_family,
ifreqs
[i].ifr_addr.sa_len);
112
free(
ifreqs
);
ifconf.c
83
struct ifreq *
ifreqs
;
local in function:show_interfaces
91
ifreqs
= malloc(sizeof(struct ifreq) * nifreqs);
92
if (
ifreqs
== NULL)
100
ifc.ifc_req =
ifreqs
;
108
printf("%s: af=%hhu socklen=%hhu\n",
ifreqs
[i].ifr_name,
109
ifreqs
[i].ifr_addr.sa_family,
ifreqs
[i].ifr_addr.sa_len);
112
free(
ifreqs
);
Completed in 68 milliseconds
Indexes created Wed Oct 01 12:09:54 GMT 2025