Searched refs:sent_pdus (Results 1 – 1 of 1) sorted by relevance
83 static struct sent_pdu_list sent_pdus; variable1093 LIST_INIT(&sent_pdus); in snmp_open()1123 while(!LIST_EMPTY(&sent_pdus)){ in snmp_close()1124 p1 = LIST_FIRST(&sent_pdus); in snmp_close()1321 LIST_INSERT_HEAD(&sent_pdus, listentry, entries); in snmp_pdu_send()1476 LIST_FOREACH(listentry, &sent_pdus, entries) in snmp_deliver_packet()