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

  /src/usr.sbin/ldpd/
tlv_stack.h 42 int map_label(struct ldp_peer *, struct fec_tlv *,
44 int withdraw_label(struct ldp_peer *, struct fec_tlv *);
54 const struct fec_tlv *);
tlv_stack.c 61 map_label(struct ldp_peer * p, struct fec_tlv * f, struct label_tlv * l)
155 withdraw_label(struct ldp_peer * p, struct fec_tlv * f)
245 struct fec_tlv *fec;
261 sizeof(struct fec_tlv) +
275 + sizeof(struct fec_tlv)
283 fec = (struct fec_tlv *) & lmt[1];
349 struct fec_tlv *fec;
359 + sizeof(struct fec_tlv)
370 + sizeof(struct fec_tlv)
376 fec = (struct fec_tlv *) & lmt[1]
    [all...]
tlv.h 168 struct fec_tlv { struct
socketops.c 1104 struct fec_tlv *fectlv;
1254 fectlv = (struct fec_tlv *) (&lmtlv[1]);
1261 fectlv = (struct fec_tlv *) (&lmtlv[1]);
1279 fectlv = (struct fec_tlv *) (&lmtlv[1]);

Completed in 65 milliseconds