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

/freebsd-11.0-release/contrib/bsnmp/lib/
H A Dsnmpclient.c71 struct sent_pdu { struct
79 LIST_ENTRY(sent_pdu) entries;
81 LIST_HEAD(sent_pdu_list, sent_pdu);
1115 struct sent_pdu *p1;
1268 struct sent_pdu *listentry = listentry_ptr;
1294 struct sent_pdu *listentry;
1297 if ((listentry = malloc(sizeof(struct sent_pdu))) == NULL) {
1469 struct sent_pdu *listentry;

Completed in 50 milliseconds