Searched refs:mode_type (Results 1 – 4 of 4) sorted by relevance
| /mirbsd/src/usr.sbin/ppp/ppp/ |
| D | lcp.c | 660 LcpDecodeConfig(struct fsm *fp, u_char *cp, u_char *end, int mode_type, in LcpDecodeConfig() argument 689 switch (mode_type) { in LcpDecodeConfig() 747 switch (mode_type) { in LcpDecodeConfig() 802 switch (mode_type) { in LcpDecodeConfig() 823 switch (mode_type) { in LcpDecodeConfig() 939 switch (mode_type) { in LcpDecodeConfig() 965 switch (mode_type) { in LcpDecodeConfig() 1004 switch (mode_type) { in LcpDecodeConfig() 1029 switch (mode_type) { in LcpDecodeConfig() 1054 switch (mode_type) { in LcpDecodeConfig() [all …]
|
| D | ipv6cp.c | 515 ipv6cp_DecodeConfig(struct fsm *fp, u_char *cp, u_char *end, int mode_type, in ipv6cp_DecodeConfig() argument 537 switch (mode_type) { in ipv6cp_DecodeConfig() 580 if (mode_type != MODE_NOP) { in ipv6cp_DecodeConfig() 588 if (mode_type != MODE_NOP) { in ipv6cp_DecodeConfig() 589 if (mode_type == MODE_REQ && !ipv6cp->peer_tokenreq) { in ipv6cp_DecodeConfig()
|
| D | ipcp.c | 1047 IpcpDecodeConfig(struct fsm *fp, u_char *cp, u_char *end, int mode_type, in IpcpDecodeConfig() argument 1074 switch (mode_type) { in IpcpDecodeConfig() 1109 switch (mode_type) { in IpcpDecodeConfig() 1196 switch (mode_type) { in IpcpDecodeConfig() 1212 switch (mode_type) { in IpcpDecodeConfig() 1266 switch (mode_type) { in IpcpDecodeConfig() 1298 if (mode_type != MODE_NOP) { in IpcpDecodeConfig() 1320 if (mode_type != MODE_NOP) { in IpcpDecodeConfig() 1321 if (mode_type == MODE_REQ && !ipcp->peer_req) { in IpcpDecodeConfig()
|
| D | ccp.c | 564 CcpDecodeConfig(struct fsm *fp, u_char *cp, u_char *end, int mode_type, in CcpDecodeConfig() argument 573 if (mode_type == MODE_REQ) in CcpDecodeConfig() 593 if (mode_type == MODE_REQ) { in CcpDecodeConfig() 600 switch (mode_type) { in CcpDecodeConfig() 660 if (mode_type != MODE_NOP) { in CcpDecodeConfig()
|