Home
last modified time | relevance | path

Searched defs:id (Results 1 – 15 of 15) sorted by relevance

/lib/liblwip/src/netif/ppp/
Dfsm.c385 u_char code, id; 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()
654 fsm_rtermreq(fsm *f, int id, u_char *p, int len) in fsm_rtermreq()
735 u_char code, id; in fsm_rcoderej() local
867 fsm_sdata( fsm *f, u_char code, u_char id, u_char *data, int datalen) in fsm_sdata()
Dpap.c338 u_char code, id; 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()
584 upap_sresp(upap_state *u, u_char code, u_char id, char *msg, int msglen) in upap_sresp()
Dchap.c367 u_char code, id; 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()
851 int code, id, len; in ChapPrintPkt() local
Dchap.h107 u_char id; /* Current id */ member
Dlcp.c407 lcp_extcode(fsm *f, int code, u_char id, u_char *inp, int len) in lcp_extcode()
1774 int code, id, len, olen; in lcp_printpkt() local
1979 lcp_received_echo_reply (fsm *f, int id, u_char *inp, int len) in lcp_received_echo_reply()
Dfsm.h83 u_char id; /* Current id */ member
/lib/liblwip/src/core/snmp/
Dmib2.c2119 u8_t id; in system_get_object_def() local
2200 u8_t id; in system_get_value() local
2238 u8_t id, set_ok; in system_set_test() local
2274 u8_t id; in system_set_value() local
2355 u8_t id; in ifentry_get_object_def() local
2464 u8_t id; in ifentry_get_value() local
2621 u8_t id, set_ok; in ifentry_set_test() local
2644 u8_t id; in ifentry_set_value() local
2724 u8_t id; in atentry_get_value() local
2772 u8_t id; in ip_get_object_def() local
[all …]
Dmib_structs.c156 snmp_mib_ln_alloc(s32_t id) in snmp_mib_ln_alloc()
/sbin/newfs_o2fs/
Dnewfs_o2fs.c129 ObjID *id = malloc(sizeof(ObjID)); in AddFile() local
176 ObjID *id = malloc(sizeof(ObjID)); in AddDirectory() local
/sys/amd64/
Dioapic.c57 uint32_t id = (IOAPIC_Read(IOAPICID) >> 24) & 0x0F; in IOAPIC_Init() local
/lib/liblwip/src/include/ipv6/lwip/
Dicmp.h75 u16_t id; member
/lib/liblwip/src/include/ipv4/lwip/
Dip.h159 #define IPH_ID_SET(hdr, id) (hdr)->_id = (id) argument
/lib/liblwip/src/arch/
Dsys_arch.c110 introduce_thread(pthread_t id) in introduce_thread()
/lib/liblwip/src/core/
Ddns.c560 dns_send(u8_t numdns, const char* name, u8_t id) in dns_send()
/lib/liblwip/src/include/lwip/
Dsnmp.h97 s32_t id[LWIP_SNMP_OBJ_ID_LEN]; member