Searched refs:newtlv (Results 1 – 5 of 5) sorted by relevance
389 struct tlv *newtlv = NULL; in makevendortlv() local400 newtlv = maketlv(RAD_Attr_Vendor_Specific, l, v); in makevendortlv()402 if (newtlv) in makevendortlv()405 return newtlv; in makevendortlv()
440 int replacesubtlv(struct tlv *vendortlv, uint8_t *p, struct tlv *newtlv) { in replacesubtlv() argument444 size_diff = newtlv->l - ATTRLEN(p); in replacesubtlv()455 tlv2buf(p, newtlv); in replacesubtlv()
486 struct tlv *add_tlv_sibling (struct tlv *tlv, struct tlv *newtlv) in add_tlv_sibling() argument490 if (newtlv == NULL ) { in add_tlv_sibling()502 last_sibling->next_sibling = newtlv; in add_tlv_sibling()505 return newtlv; in add_tlv_sibling()
76 struct tlv *add_tlv_sibling (struct tlv *tlv, struct tlv *newtlv);
238 Ptr<PbbTlv> newtlv = Create<PbbTlv> (); in Deserialize() local239 newtlv->Deserialize (start); in Deserialize()240 PushBack (newtlv); in Deserialize()479 Ptr<PbbAddressTlv> newtlv = Create<PbbAddressTlv> (); in Deserialize() local480 newtlv->Deserialize (start); in Deserialize()481 PushBack (newtlv); in Deserialize()