Searched refs:MIN_PDU_SIZE (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/usr.sbin/ldpd/
H A Dpdu.h40 #define MIN_PDU_SIZE 10 macro
H A Dpdu.c55 return MIN_PDU_SIZE;
65 if (c < MIN_PDU_SIZE)
H A Dsocketops.c681 /* Check to see if this is larger than MIN_PDU_SIZE */
682 if (c < MIN_PDU_SIZE)
1131 if (c < MIN_PDU_SIZE) {

Completed in 181 milliseconds