Home
last modified time | relevance | path

Searched refs:aMaxLen (Results 1 – 1 of 1) sorted by relevance

/openthread-latest/src/posix/platform/
Dnetif.cpp394 uint32_t aMaxLen, in AddRtAttr() argument
402 assert(NLMSG_ALIGN(aHeader->nlmsg_len) + RTA_ALIGN(len) <= aMaxLen); in AddRtAttr()
403 OT_UNUSED_VARIABLE(aMaxLen); in AddRtAttr()
417 void AddRtAttrUint32(struct nlmsghdr *aHeader, uint32_t aMaxLen, uint8_t aType, uint32_t aData) in AddRtAttrUint32() argument
419 AddRtAttr(aHeader, aMaxLen, aType, &aData, sizeof(aData)); in AddRtAttrUint32()