summaryrefslogtreecommitdiff
path: root/agent/mibgroup/ip-forward-mib/data_access/route_ioctl.h
blob: 18c24afad72f5550629d654166544c0201edaa5a (plain)
1
2
3
4
5
6
7
8
/*
 * internal header, not for distribution
 */

int _netsnmp_ioctl_route_set_v4(netsnmp_route_entry * entry);
int _netsnmp_ioctl_route_remove_v4(netsnmp_route_entry * entry);
int _netsnmp_ioctl_route_delete_v4(netsnmp_route_entry * entry);