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

  /src/usr.sbin/ldpd/
fsm.h 38 void run_ldp_hello(const struct ldp_pdu *, const struct hello_tlv *,
pdu.h 46 struct ldp_pdu { struct
55 uint get_pdu(const unsigned char *, struct ldp_pdu *);
56 int check_recv_pdu(const struct ldp_peer *, const struct ldp_pdu *, int);
pdu.c 46 get_pdu(const unsigned char *s, struct ldp_pdu * p)
48 const struct ldp_pdu *p1 = (const struct ldp_pdu *) s;
60 check_recv_pdu(const struct ldp_peer * p, const struct ldp_pdu * rpdu, int c)
socketops.h 54 int send_message(const struct ldp_peer *, const struct ldp_pdu *,
socketops.c 406 struct ldp_pdu *spdu;
424 #define BASIC_HELLO_MSG_SIZE (sizeof(struct ldp_pdu) + /* PDU */ \
439 spdu = (struct ldp_pdu *)((char *)v);
653 struct ldp_pdu rpdu;
1099 struct ldp_pdu *rpdu;
1136 rpdu = (struct ldp_pdu *) recvspace;
1147 wo = sizeof(struct ldp_pdu);
1341 send_message(const struct ldp_peer * p, const struct ldp_pdu * pdu,
1368 memcpy(sendspace, pdu, sizeof(struct ldp_pdu));
1369 memcpy(sendspace + sizeof(struct ldp_pdu), t
    [all...]
fsm.c 54 run_ldp_hello(const struct ldp_pdu * pduid, const struct hello_tlv * ht,

Completed in 34 milliseconds