Searched refs:SIOCADDRT (Results 1 – 25 of 50) sorted by relevance
12
8 SIOCADDRT = 35083
74 SIOCADDRT = 35083
117 SIOCADDRT = 35083
47 # TODO: SIOCDELRT & SIOCADDRT (net/ipx/ipx_route.c)
38 ioctl$sock_netrom_SIOCADDRT(fd sock_netrom, cmd const[SIOCADDRT], arg ptr[out, int32])
31 #define SIOCADDRT 0x890B /* add routing table entry */ macro
33 PyModule_AddIntMacro(m, SIOCADDRT); in _init_sys_ioctl_h()
220 SIOCADDRT = 0x8040720a const
219 SIOCADDRT = 0x8030720a const
220 SIOCADDRT = 0x8030720a const
295 if (action == 1) xioctl(sokfd, SIOCADDRT, &rt); in setroute()382 if (action == 1) xioctl(sockfd, SIOCADDRT, &rt); in setroute_inet6()
1478 rtioctl(addr, SIOCADDRT); in add_route()1510 if (!(op == SIOCADDRT && errno == EEXIST)) in rtioctl()