HomeSort by relevance Sort by last modified time
    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);
  /external/python/cpython2/Modules/
svmodule.c 913 newsvobject(SV_nodeP svp)
920 p->ob_svideo = svp;
932 SV_nodeP svp; local
937 svp = svOpenVideo();
938 if (svp == NULL)
941 return newsvobject(svp);

Completed in 246 milliseconds