HomeSort by relevance Sort by last modified time
    Searched full:portlist (Results 1 - 3 of 3) sorted by null

  /libcore/luni/src/main/java/java/net/
HttpCookie.java 374 } else if (name.equals("port") && cookie.portList == null) {
375 cookie.portList = value != null ? value : "";
480 private String portList;
584 return portList;
676 public void setPortlist(String portList) {
677 this.portList = portList;
764 appendAttribute(result, "Port", portList);
  /external/grub/netboot/
smc9000.c 399 static unsigned short portlist[] = { local
415 probe_addrs = portlist;
  /external/quake/quake/src/WinQuake/
net_comx.cpp 166 ComPort *portList = NULL;
1152 p->next = portList;
1153 portList = p;

Completed in 322 milliseconds