Searched refs:SIOCADDRT (Results 1 - 11 of 11) sorted by relevance

/external/kernel-headers/original/uapi/linux/
H A Dsockios.h30 #define SIOCADDRT 0x890B /* add routing table entry */ macro
/external/autotest/client/deps/lansim/src/
H A Dwrapper_sys_ioctl.c33 PyModule_AddIntMacro(m, SIOCADDRT);
/external/toybox/toys/pending/
H A Droute.c294 if (action == 1) xioctl(sokfd, SIOCADDRT, &rt);
380 if (action == 1) xioctl(sockfd, SIOCADDRT, &rt);
/external/iputils/
H A Drdisc.c1478 rtioctl(addr, SIOCADDRT);
1510 if (!(op == SIOCADDRT && errno == EEXIST))
/external/ppp/pppd/
H A Dsys-linux.c1649 if (ioctl(sock_fd, SIOCADDRT, &rt) < 0) {
1651 error("default route ioctl(SIOCADDRT): %m");
2435 if (ioctl(sock_fd, SIOCADDRT, &rt) < 0) {
2437 error("ioctl(SIOCADDRT) device route: %m (line %d)", __LINE__);
2558 if (ioctl(sock6_fd, SIOCADDRT, &rt6) < 0) {
2559 error("sif6addr: ioctl(SIOCADDRT): %m (line %d)", __LINE__);
H A Dsys-solaris.c2058 if (ioctl(ipfd, SIOCADDRT, &rt) < 0) {
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_upnp_ssdp.c827 if (ioctl(sock, SIOCADDRT, &rt) < 0) {
/external/wpa_supplicant_8/src/wps/
H A Dwps_upnp_ssdp.c827 if (ioctl(sock, SIOCADDRT, &rt) < 0) {
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_upnp_ssdp.c827 if (ioctl(sock, SIOCADDRT, &rt) < 0) {
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_ioctl.inc215 _(SIOCADDRT, READ, struct_rtentry_sz);
H A Dsanitizer_platform_limits_posix.cc639 unsigned IOCTL_SIOCADDRT = SIOCADDRT;

Completed in 141 milliseconds