Home
last modified time | relevance | path

Searched refs:fsm_opt_hdr (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/ppp/
H A Dfsm.h164 struct fsm_opt_hdr { struct
171 struct fsm_opt_hdr hdr; argument
H A Dfsm.c204 if (count < sizeof(struct fsm_opt_hdr)) in fsm_Output()
495 if (flen < (int)sizeof(struct fsm_opt_hdr)) in FsmRecvConfigReq()
629 if (flen < (int)sizeof(struct fsm_opt_hdr)) in FsmRecvConfigAck()
713 if (flen < (int)sizeof(struct fsm_opt_hdr)) in FsmRecvConfigNak()
846 if (flen < (int)sizeof(struct fsm_opt_hdr)) in FsmRecvConfigRej()
1143 if (o->hdr.len < sizeof(struct fsm_opt_hdr)) { in fsm_readopt()
1164 if (optlen < (int)sizeof(struct fsm_opt_hdr)) in fsm_opt()
H A Dlcp.c85 struct fsm_opt_hdr hdr;