File nut/pro/snmp_pdu.c


Included Files


Global Function SnmpPduAddVariable()

int SnmpPduAddVariable ( SNMP_PDU* pdu, OID* name, size_t nlen, uint8_t type, uint8_t* value, size_t vlen )
Prototyped in: nut/include/pro/snmp_pdu.h
Calls: free() nut/crt/malloc.c
  malloc() nut/crt/malloc.c
  memcpy() nut/c/string/memcpy.c
  calloc()

Global Function SnmpPduCreate()

SNMP_PDU* SnmpPduCreate ( int cmd, const OID* name, size_t nlen )
Prototyped in: nut/include/pro/snmp_pdu.h
Calls: free() nut/crt/malloc.c
  malloc() nut/crt/malloc.c
  memcpy() nut/c/string/memcpy.c
  calloc()

Global Function SnmpPduDestroy()

void SnmpPduDestroy ( SNMP_PDU* pdu )
Prototyped in: nut/include/pro/snmp_pdu.h
Calls: free() nut/crt/malloc.c