Home
last modified time | relevance | path

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

/openbsd/usr.sbin/ldpd/
H A Daddress.c215 if (ntohs(alt.type) != TLV_TYPE_ADDRLIST) { in recv_address()
327 alt.type = htons(TLV_TYPE_ADDRLIST); in gen_address_list_tlv()
H A Dldp.h79 #define TLV_TYPE_ADDRLIST 0x0101 macro