| pdu.c | 62 struct notification_tlv *notiftlv; local in function:check_recv_pdu 72 notiftlv = build_notification(0, 74 send_tlv(p, (struct tlv *) notiftlv); 75 free(notiftlv); 83 notiftlv = build_notification(0, 85 send_tlv(p, (struct tlv *) notiftlv); 86 free(notiftlv); 94 notiftlv = build_notification(0, 96 send_tlv(p, (struct tlv *) notiftlv); 97 free(notiftlv); [all...] |