OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ppp_protocols
(Results
1 - 4
of
4
) sorted by null
/external/syslinux/core/lwip/src/netif/ppp/
auth.c
418
for (i = 0; (protp =
ppp_protocols
[i]) != NULL; ++i) {
458
for (i = 0; (protp =
ppp_protocols
[i]) != NULL; ++i) {
551
for (i = 0; (protp =
ppp_protocols
[i]) != NULL; ++i) {
[
all
...]
ppp.h
351
extern struct protent *
ppp_protocols
[]; /* Table of pointers to supported protocols */
ppp.c
259
struct protent *
ppp_protocols
[] = {
variable in typeref:struct:protent
447
for (j = 0; (protp =
ppp_protocols
[j]) != NULL; ++j) {
[
all
...]
lcp.c
473
for (i = 0; (protp =
ppp_protocols
[i]) != NULL; ++i) {
[
all
...]
Completed in 189 milliseconds