HomeSort by: relevance | last modified time | path
    Searched refs:LDP_VERSION (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/ldpd/
ldp.h 65 #define LDP_VERSION 1
pdu.c 80 if (ntohs(rpdu->version) != LDP_VERSION) {
socketops.c 445 spdu->version = htons(LDP_VERSION);
692 if (rpdu.version != LDP_VERSION) {
1071 ti.cs_version = htons(LDP_VERSION);
1183 if (ntohs(itlv->cs_version) != LDP_VERSION) {
1397 pdu.version = htons(LDP_VERSION);
ldp_command.c 565 LDP_VERSION,

Completed in 46 milliseconds