Searched refs:sent_pdus (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/bsnmp/lib/
H A Dsnmpclient.c83 static struct sent_pdu_list sent_pdus; variable in typeref:struct:sent_pdu_list
1093 LIST_INIT(&sent_pdus);
1123 while(!LIST_EMPTY(&sent_pdus)){
1124 p1 = LIST_FIRST(&sent_pdus);
1321 LIST_INSERT_HEAD(&sent_pdus, listentry, entries);
1476 LIST_FOREACH(listentry, &sent_pdus, entries)

Completed in 105 milliseconds