OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:text2atm
(Results
1 - 8
of
8
) sorted by null
/external/ppp/pppd/plugins/pppoatm/
COPYING
1
The files ans.c, atm.h, atmres.h, atmsap.h, misc.c,
text2atm
.c and
atmres.h
25
/* Return codes for
text2atm
and atm2text */
Makefile.linux
28
PLUGIN_OBJS += text2qos.o
text2atm
.o misc.o ans.o
atm.h
45
/*
text2atm
flags */
90
int
text2atm
(const char *text,struct sockaddr *addr,int length,int flags);
text2atm.c
0
/*
text2atm
.c - Converts textual representation of ATM address to binary
205
result =
text2atm
(here,addr,length,flags);
226
int
text2atm
(const char *text,struct sockaddr *addr,int length,int flags)
function
pppoatm.c
77
if (
text2atm
(cp, (struct sockaddr *) &addr, sizeof(addr),
ans.c
1
/* ans.c - Interface for
text2atm
and atm2text to ANS */
/external/iproute2/tc/
q_atm.c
71
if (
text2atm
(*argv,(struct sockaddr *) &addr,
79
if (
text2atm
(*argv,(struct sockaddr *) &addr,
Completed in 380 milliseconds