Searched refs:POS_LENGTH (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/lib/libradius/
H A Dradlib_private.h63 #define POS_LENGTH 2 /* Message length */ macro
H A Dradlib.c209 len = (h->in[POS_LENGTH] << 8) | h->in[POS_LENGTH + 1];
300 len = (h->in[POS_LENGTH] << 8) | h->in[POS_LENGTH + 1];
700 h->in_len = h->in[POS_LENGTH] << 8 |
701 h->in[POS_LENGTH+1];
820 h->in_len = h->in[POS_LENGTH] << 8 |
821 h->in[POS_LENGTH+1];
838 h->out[POS_LENGTH] = h->out_len >> 8;
839 h->out[POS_LENGTH
[all...]

Completed in 101 milliseconds