OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SIOCSIFMTU
(Results
51 - 60
of
60
) sorted by null
1
2
3
/external/ppp/pppd/plugins/pppoatm/
pppoatm.c
186
if (ioctl(sock,
SIOCSIFMTU
, (caddr_t) &ifr) < 0)
187
fatal("ioctl(
SIOCSIFMTU
): %m");
/system/core/toolbox/
ifconfig.c
40
if(ioctl(s,
SIOCSIFMTU
, ifr) < 0) die("
SIOCSIFMTU
");
/external/ppp/pppd/plugins/rp-pppoe/
plugin.c
204
if (ioctl(sock,
SIOCSIFMTU
, &ifr) < 0) {
/external/dhcpcd/
net.c
228
if (ioctl(socket_afnet,
SIOCSIFMTU
, &ifr) == -1)
590
r = ioctl(socket_afnet, mtu ?
SIOCSIFMTU
: SIOCGIFMTU, &ifr);
/frameworks/base/services/jni/
com_android_server_connectivity_Vpn.cpp
79
if (mtu > 0 && ioctl(inet4,
SIOCSIFMTU
, &ifr4)) {
/external/iproute2/ip/
iplink.c
606
if (ioctl(s,
SIOCSIFMTU
, &ifr) < 0) {
607
perror("
SIOCSIFMTU
");
/external/valgrind/main/include/vki/
vki-darwin.h
947
#define VKI_SIOCSIFMTU
SIOCSIFMTU
/external/wpa_supplicant_8/src/drivers/
driver_hostap.c
363
if (ioctl(drv->ioctl_sock,
SIOCSIFMTU
, &ifr) != 0) {
364
perror("ioctl[
SIOCSIFMTU
]");
/external/ppp/pppd/
sys-linux.c
1166
if (ifunit >= 0 && ioctl(sock_fd,
SIOCSIFMTU
, (caddr_t) &ifr) < 0)
1167
error("ioctl(
SIOCSIFMTU
): %m (line %d)", __LINE__);
[
all
...]
sys-solaris.c
[
all
...]
Completed in 283 milliseconds
1
2
3