HomeSort by: relevance | last modified time | path
    Searched defs:lmtlv (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/ldpd/
socketops.c 1103 struct label_map_tlv *lmtlv; local in function:recv_session_pdu
1253 lmtlv = (struct label_map_tlv *) ttmp;
1254 fectlv = (struct fec_tlv *) (&lmtlv[1]);
1260 lmtlv = (struct label_map_tlv *) ttmp;
1261 fectlv = (struct fec_tlv *) (&lmtlv[1]);
1262 switch (request_respond(p, lmtlv, fectlv)) {
1264 send_notification(p, ntohl(lmtlv->messageid),
1268 send_notification(p, ntohl(lmtlv->messageid),
1272 send_notification(p, ntohl(lmtlv->messageid),
1278 lmtlv = (struct label_map_tlv *) ttmp
    [all...]
socketops.c 1103 struct label_map_tlv *lmtlv; local in function:recv_session_pdu
1253 lmtlv = (struct label_map_tlv *) ttmp;
1254 fectlv = (struct fec_tlv *) (&lmtlv[1]);
1260 lmtlv = (struct label_map_tlv *) ttmp;
1261 fectlv = (struct fec_tlv *) (&lmtlv[1]);
1262 switch (request_respond(p, lmtlv, fectlv)) {
1264 send_notification(p, ntohl(lmtlv->messageid),
1268 send_notification(p, ntohl(lmtlv->messageid),
1272 send_notification(p, ntohl(lmtlv->messageid),
1278 lmtlv = (struct label_map_tlv *) ttmp
    [all...]

Completed in 26 milliseconds