OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:us_id
(Results
1 - 6
of
6
) sorted by null
/external/ppp/pppd/
cbcp.h
6
u_char
us_id
; /* Current id */
member in struct:cbcp_state
upap.h
70
u_char
us_id
; /* Current id */
member in struct:upap_state
cbcp.c
187
us->
us_id
= id;
197
if (debug && id != us->
us_id
)
199
us->
us_id
, id);
436
PUTCHAR(us->
us_id
, outp);
upap.c
136
u->
us_id
= 0;
563
PUTCHAR(++u->
us_id
, outp);
/external/syslinux/core/lwip/src/netif/ppp/
pap.h
81
u_char
us_id
; /* Current id */
member in struct:upap_state
pap.c
148
u->
us_id
= 0;
562
PUTCHAR(++u->
us_id
, outp);
572
UPAPDEBUG(LOG_INFO, ("pap_sauth: Sent id %d\n", u->
us_id
));
Completed in 1042 milliseconds