Searched refs:ssystem (Results 1 – 1 of 1) sorted by relevance
/net-tools-3.6.0/ |
D | tunslip6.c | 76 int ssystem(const char *fmt, ...) 93 ssystem(const char *fmt, ...) __attribute__((__format__ (__printf__, 1, 2))); 96 ssystem(const char *fmt, ...) in ssystem() function 232 ssystem("ifconfig %s down", tundev); in serial_to_tun() 234 ssystem("ifconfig %s hw ether %s", tundev, &macs[6]); in serial_to_tun() 236 ssystem("ifconfig %s up", tundev); in serial_to_tun() 380 ssystem("ip neigh flush dev %s", tundev); in flush_neighbors() 769 ssystem("ifconfig %s down", tundev); in cleanup() 771 ssystem("sysctl -w net.ipv6.conf.all.forwarding=1"); in cleanup() 775 ssystem("netstat -nr" in cleanup() [all …]
|