| /lib/liblwip/src/netif/ppp/ |
| D | auth.c | 422 if (protp->protocol != PPP_LCP && protp->lowerdown != NULL) { in link_down() 425 if (protp->protocol < 0xC000 && protp->close != NULL) { in link_down() 459 if (protp->protocol != PPP_LCP && protp->enabled_flag && protp->lowerup != NULL) { in link_established() 552 if (protp->protocol < 0xC000 && protp->enabled_flag && protp->open != NULL) { in network_phase() 554 if (protp->protocol != PPP_CCP) { in network_phase() 571 auth_peer_fail(int unit, u16_t protocol) in auth_peer_fail() argument 573 LWIP_UNUSED_ARG(protocol); in auth_peer_fail() 575 AUTHDEBUG(LOG_INFO, ("auth_peer_fail: %d proto=%X\n", unit, protocol)); in auth_peer_fail() 588 auth_peer_success(int unit, u16_t protocol, char *name, int namelen) in auth_peer_success() argument 592 AUTHDEBUG(LOG_INFO, ("auth_peer_success: %d proto=%X\n", unit, protocol)); in auth_peer_success() [all …]
|
| D | ppp.c | 231 int protocol; /* PPP procotol, e.g. PPP_IP */ member 770 u_short protocol = PPP_IP; in pppifOutputOverEthernet() local 775 pb = pbuf_alloc(PBUF_LINK, PPPOE_HDRLEN + sizeof(protocol), PBUF_RAM); in pppifOutputOverEthernet() 787 if (!pc->pcomp || protocol > 0xFF) { in pppifOutputOverEthernet() 788 *((u_char*)pb->payload + i++) = (protocol >> 8) & 0xFF; in pppifOutputOverEthernet() 790 *((u_char*)pb->payload + i) = protocol & 0xFF; in pppifOutputOverEthernet() 815 u_short protocol = PPP_IP; in pppifOutput() local 866 if (protocol == PPP_IP && pc->vjEnabled) { in pppifOutput() 873 protocol = PPP_VJC_COMP; in pppifOutput() 876 protocol = PPP_VJC_UNCOMP; in pppifOutput() [all …]
|
| D | fsm.h | 80 u_short protocol; /* Data Link Layer Protocol field value */ member
|
| D | fsm.c | 394 f->protocol)); in fsm_input() 402 f->protocol)); in fsm_input() 407 f->protocol)); in fsm_input() 414 f->protocol, f->state, ppperr_strerr[f->state])); in fsm_input() 881 MAKEHEADER(outp, f->protocol); in fsm_sdata()
|
| D | ppp_impl.h | 239 u_short protocol; /* PPP protocol number */ member
|
| D | lcp.c | 247 f->protocol = PPP_LCP; in lcp_init() 474 if (protp->protocol == prot && protp->enabled_flag) { in lcp_rprotrej()
|
| D | ipcp.c | 183 f->protocol = PPP_IPCP; in ipcp_init()
|
| /lib/liblwip/src/core/ |
| D | raw.c | 93 if ((pcb->protocol == proto) && in raw_input() 267 err = ip_output_if (q, src_ip, ipaddr, pcb->ttl, pcb->tos, pcb->protocol, netif); in raw_sendto() 342 pcb->protocol = proto; in raw_new()
|
| /lib/liblwip/src/include/lwip/ |
| D | raw.h | 69 u8_t protocol; member
|
| D | sockets.h | 338 int lwip_socket(int domain, int type, int protocol);
|
| /lib/liblwip/src/ |
| D | FILES | 4 core/ - The core of the TPC/IP stack; protocol implementations,
|
| /lib/liblwip/src/netif/ |
| D | FILES | 23 protocol. It requires a sio (serial I/O) module to work.
|
| /lib/liblwip/src/api/ |
| D | sockets.c | 948 lwip_socket(int domain, int type, int protocol) argument 958 conn = netconn_new_with_proto_and_callback(NETCONN_RAW, (u8_t)protocol, event_callback); 960 domain == PF_INET ? "PF_INET" : "UNKNOWN", protocol)); 963 conn = netconn_new_with_callback( (protocol == IPPROTO_UDPLITE) ? 966 domain == PF_INET ? "PF_INET" : "UNKNOWN", protocol)); 971 domain == PF_INET ? "PF_INET" : "UNKNOWN", protocol)); 979 domain, type, protocol));
|
| D | api_msg.c | 116 buf->port = pcb->protocol; in recv_raw() 1409 *(msg->msg.ad.port) = msg->conn->pcb.raw->protocol;
|
| /lib/liblwip/ |
| D | README | 3 lwIP is a small independent implementation of the TCP/IP protocol
|
| D | UPGRADING | 138 * Removed packing from ip_addr_t, the packed version is now only used in protocol headers
|
| D | CHANGELOG | 337 version is now only used in protocol headers. Added global storage for 2361 * api_msg.c: pcb_new sets conn->err if protocol is not implemented 2426 changed raw_pcb.protocol from u16_t to u8_t since for IPv4 and IPv6, proto 2427 is only 8 bits wide. This affects the api, as there, the protocol was 2748 * ipv4/lwip/ip.h ipv6/lwip/ip.h: Corrected UDP-Lite protocol 3101 * All protocol header structs are now packed. 3267 * Error propagation has been improved, both in the protocol modules
|
| /lib/liblwip/doc/ |
| D | savannah.txt | 31 The Savannah server uses SSH (Secure Shell) protocol 2 authentication and encryption.
|
| D | rawapi.txt | 101 identifier (i.e., a protocol control block - PCB) is created with the
|