module for bsnmp to interface to sysctl
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

10 lines
232 B

  1. #ifndef _SYSCTL_SUP_H_
  2. #define _SYSCTL_SUP_H_
  3. int sysctl_oidfmt(int *, int, char **, u_int *);
  4. int sysctl_alloc(int *name, u_int namelen, void **oldp, size_t *oldlenp,
  5. void *newp, size_t newlen);
  6. #endif /* _SYSCTL_SUP_H_ */