Searched refs:NETDEV_ADD_ROUTE_INET (Results 1 – 3 of 3) sorted by relevance
/third_party/ltp/testcases/cve/ |
D | icmp_rate_limit01.c | 85 NETDEV_ADD_ROUTE_INET("ltp_veth2", 0, 0, htonl(SRCNET), NETMASK, 0); in setup() 98 NETDEV_ADD_ROUTE_INET("ltp_veth1", 0, 0, htonl(DSTNET), NETMASK, 0); in setup()
|
/third_party/ltp/include/ |
D | tst_netdevice.h | 95 #define NETDEV_ADD_ROUTE_INET(ifname, srcaddr, srcprefix, dstaddr, dstprefix, \ macro
|
/third_party/ltp/doc/ |
D | network-c-api.txt | 228 - +int NETDEV_ADD_ROUTE_INET(const char *ifname, in_addr_t srcaddr, unsigned 246 the same meaning as in +NETDEV_ADD_ROUTE_INET()+. Returns 1 on success, 265 NETDEV_ADD_ROUTE_INET("ltp_veth2", 0, 0, htonl(SRCNET), NETMASK, 0); 270 NETDEV_ADD_ROUTE_INET("ltp_veth1", 0, 0, htonl(DSTNET), NETMASK, 0);
|