Searched refs:svp (Results 1 – 2 of 2) sorted by relevance
87 struct servent *svp; in set_option_srv() local110 if ((svp = getservbyname ("radius", "udp")) == NULL) in set_option_srv()113 serv->port[serv->max] = ntohs ((unsigned int) svp->s_port); in set_option_srv()115 if ((svp = getservbyname ("radacct", "udp")) == NULL) in set_option_srv()118 serv->port[serv->max] = ntohs ((unsigned int) svp->s_port); in set_option_srv()
219 SVPaint svp(server_name); in main() local