Home | History | Annotate | Download | only in ldpd

Lines Matching defs:wo

1110 	int32_t         wo = 0;
1147 wo = sizeof(struct ldp_pdu);
1149 while (wo + TLV_TYPE_LENGTH < (uint)c) {
1151 ttmp = (struct tlv *) (&recvspace[wo]);
1292 wo = -1; /* Ignore rest of message */
1302 wo = -1;
1314 wo = -1;
1319 wo = -1;
1325 wo = -1;/* discard the rest of the message */
1328 if (wo < 0) {
1332 wo += ntohs(ttmp->length) + TLV_TYPE_LENGTH;
1333 debugp("WORKED ON %u bytes (Left %d)\n", wo, c - wo);