Lines Matching full:protocol
38 /** Protocol handler information. */
40 /** Protocol init function */
54 /** Enable this protocol */
57 /** Disable this protocol */
60 /** PPP protocol number */
61 uint16_t protocol; member
83 enum ppp_protocol_type protocol,
96 .protocol = proto, \
110 const char *ppp_option2str(enum ppp_protocol_type protocol, int type);
137 uint16_t protocol);
139 void ppp_fsm_init(struct ppp_fsm *fsm, uint16_t protocol);