OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SIOCGLIFCONF
(Results
1 - 3
of
3
) sorted by null
/external/libpcap/
fad-glifc.c
78
* This is the implementation used on platforms that have
SIOCGLIFCONF
80
*
SIOCGLIFCONF
rather than SIOCGIFCONF in order to get IPv6 addresses.)
122
* How many entries will
SIOCGLIFCONF
return?
156
if (ioctl(fd4,
SIOCGLIFCONF
, (char *)&ifc) < 0) {
158
"
SIOCGLIFCONF
: %s", pcap_strerror(errno));
configure
[
all
...]
/external/ppp/pppd/
sys-solaris.c
332
if (ioctl(fd,
SIOCGLIFCONF
, &lifc) < 0) {
335
error("
SIOCGLIFCONF
: %m");
[
all
...]
Completed in 77 milliseconds