Lines Matching refs:snmp_pdu
79 struct snmp_pdu *pdu;
124 struct snmp_pdu pdu;
446 table_init_pdu(const struct snmp_table *descr, struct snmp_pdu *pdu) in table_init_pdu()
474 table_check_response(struct tabwork *work, const struct snmp_pdu *resp) in table_check_response()
567 struct snmp_pdu resp; in snmp_table_fetch()
632 table_cb(struct snmp_pdu *req __unused, struct snmp_pdu *resp, void *arg) in table_cb()
1151 snmp_pdu_create(struct snmp_pdu *pdu, u_int op) in snmp_pdu_create()
1153 memset(pdu, 0, sizeof(struct snmp_pdu)); in snmp_pdu_create()
1241 snmp_send_packet(struct snmp_pdu * pdu) in snmp_send_packet()
1305 snmp_pdu_send(struct snmp_pdu *pdu, snmp_send_cb_f func, void *arg) in snmp_pdu_send()
1353 snmp_receive_packet(struct snmp_pdu *pdu, struct timeval *tv) in snmp_receive_packet()
1480 snmp_deliver_packet(struct snmp_pdu * resp) in snmp_deliver_packet()
1510 struct snmp_pdu * resp; in snmp_receive()
1514 resp = malloc(sizeof(struct snmp_pdu)); in snmp_receive()
1539 ok_getnext(const struct snmp_pdu * req, const struct snmp_pdu * resp) in ok_getnext()
1586 ok_get(const struct snmp_pdu * req, const struct snmp_pdu * resp) in ok_get()
1632 ok_set(const struct snmp_pdu * req, const struct snmp_pdu * resp) in ok_set()
1673 snmp_pdu_check(const struct snmp_pdu *req, in snmp_pdu_check()
1674 const struct snmp_pdu *resp) in snmp_pdu_check()
1699 struct snmp_pdu pdu; in snmp_dialog()
1751 struct snmp_pdu req, resp; in snmp_discover_engine()