/lk-master/external/lib/lwip/netif/ppp/ |
A D | fsm.c | 384 u_char *inp = inpacket; in fsm_input() local 462 fsm_rconfreq(fsm *f, u_char id, u_char *inp, int len) in fsm_rconfreq() 535 fsm_rconfack(fsm *f, int id, u_char *inp, int len) in fsm_rconfack() 594 fsm_rconfnakrej(fsm *f, int code, int id, u_char *inp, int len) in fsm_rconfnakrej() 733 fsm_rcoderej(fsm *f, u_char *inp, int len) in fsm_rcoderej()
|
A D | chap.c | 366 u_char *inp; in ChapInput() local 423 ChapReceiveChallenge(chap_state *cstate, u_char *inp, u_char id, int len) in ChapReceiveChallenge() 521 ChapReceiveResponse(chap_state *cstate, u_char *inp, int id, int len) in ChapReceiveResponse() 640 ChapReceiveSuccess(chap_state *cstate, u_char *inp, u_char id, int len) in ChapReceiveSuccess() 678 ChapReceiveFailure(chap_state *cstate, u_char *inp, u_char id, int len) in ChapReceiveFailure()
|
A D | pap.c | 337 u_char *inp; in upap_input() local 390 upap_rauthreq(upap_state *u, u_char *inp, u_char id, int len) in upap_rauthreq() 466 upap_rauthack(upap_state *u, u_char *inp, int id, int len) in upap_rauthack() 508 upap_rauthnak(upap_state *u, u_char *inp, int id, int len) in upap_rauthnak()
|
A D | lcp.c | 407 lcp_extcode(fsm *f, int code, u_char id, u_char *inp, int len) in lcp_extcode() 446 lcp_rprotrej(fsm *f, u_char *inp, int len) in lcp_rprotrej() 1224 u_char *inp, /* Requested CIs */ in lcp_reqci() 1979 lcp_received_echo_reply (fsm *f, int id, u_char *inp, int len) in lcp_received_echo_reply()
|
A D | ipcp.c | 869 ipcp_reqci(fsm *f, u_char *inp/* Requested CIs */,int *len/* Length of requested CIs */,int reject_… in ipcp_reqci()
|
A D | ppp.c | 1826 struct pbuf *inp; in pppInProc() local
|
/lk-master/external/lib/lwip/core/ipv4/ |
A D | ip.c | 202 ip_forward(struct pbuf *p, struct ip_hdr *iphdr, struct netif *inp) in ip_forward() 305 ip_input(struct pbuf *p, struct netif *inp)
|
A D | icmp.c | 77 icmp_input(struct pbuf *p, struct netif *inp) in icmp_input()
|
A D | igmp.c | 389 igmp_input(struct pbuf *p, struct netif *inp, ip_addr_t *dest) in igmp_input()
|
/lk-master/external/lib/lwip/core/ipv6/ |
A D | icmp6.c | 47 icmp_input(struct pbuf *p, struct netif *inp) in icmp_input()
|
A D | ip6.c | 157 ip_input(struct pbuf *p, struct netif *inp) { in ip_input()
|
/lk-master/external/lib/lwip/core/ |
A D | raw.c | 76 raw_input(struct pbuf *p, struct netif *inp) in raw_input()
|
A D | tcp_in.c | 92 tcp_input(struct pbuf *p, struct netif *inp) in tcp_input()
|
A D | udp.c | 151 udp_input(struct pbuf *p, struct netif *inp)
|
/lk-master/external/lib/lwip/api/ |
A D | tcpip.c | 161 tcpip_input(struct pbuf *p, struct netif *inp) in tcpip_input()
|
/lk-master/external/lib/lwip/include/lwip/ |
A D | tcpip.h | 146 } inp; member
|
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/ |
A D | adc_15xx.h | 296 STATIC INLINE void Chip_ADC_SetADC0Input(LPC_ADC_T *pADC, uint32_t inp) in Chip_ADC_SetADC0Input()
|
/lk-master/arch/x86/include/arch/ |
A D | x86.h | 200 static inline uint8_t inp(uint16_t _port) { in inp() function
|