HomeSort by: relevance | last modified time | path
    Searched refs:PORT_ANY (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/ic/
isp_target.c 332 notify.nt_sid = PORT_ANY;
333 notify.nt_did = PORT_ANY;
348 notify.nt_sid = PORT_ANY;
349 notify.nt_did = PORT_ANY;
361 notify.nt_sid = PORT_ANY;
362 notify.nt_did = PORT_ANY;
375 notify.nt_sid = PORT_ANY;
376 notify.nt_did = PORT_ANY;
797 notify.nt_sid = PORT_ANY;
798 notify.nt_did = PORT_ANY;
    [all...]
ispvar.h 314 #define PORT_ANY 0xFFFFFF
isp_library.c 688 notify.nt_sid = PORT_ANY;
689 notify.nt_did = PORT_ANY;
2445 if (s_id != PORT_ANY && lp->portid == s_id) {
2652 if (mp->nt_sid != PORT_ANY && mp->nt_sid != PORT_NONE) {
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
socket.d 786 InternetAddress ia = new InternetAddress(ih.addrList[0], InternetAddress.PORT_ANY);
1030 return InternetAddress.PORT_ANY;
1504 enum ushort PORT_ANY = 0; /// Any IPv4 port number.
1524 * port = port number, may be `PORT_ANY`.
1547 * port = port number, may be `PORT_ANY`.
1778 enum ushort PORT_ANY = 0;
1811 * port = port number, may be `PORT_ANY`.
1815 if (port == PORT_ANY)
1826 * port = port number, may be `PORT_ANY`.
3577 s.bind(new InternetAddress(InternetAddress.PORT_ANY));
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/net/
curl.d 231 sock.bind(new InternetAddress(INADDR_LOOPBACK, InternetAddress.PORT_ANY));

Completed in 114 milliseconds