OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:svp
(Results
1 - 2
of
2
) sorted by null
/external/ppp/pppd/plugins/radius/
config.c
87
struct servent *
svp
;
local
110
if ((
svp
= getservbyname ("radius", "udp")) == NULL)
113
serv->port[serv->max] = ntohs ((unsigned int)
svp
->s_port);
115
if ((
svp
= getservbyname ("radacct", "udp")) == NULL)
118
serv->port[serv->max] = ntohs ((unsigned int)
svp
->s_port);
/toolchain/binutils/binutils-2.25/gas/
ecoff.c
1747
varray_t *
svp
= &cur_file_ptr->aux_syms;
local
[
all
...]
Completed in 110 milliseconds