Home
last modified time | relevance | path

Searched refs:PORT_ANY (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Disp_target.c332 notify.nt_sid = PORT_ANY; in isp_target_notify()
333 notify.nt_did = PORT_ANY; in isp_target_notify()
348 notify.nt_sid = PORT_ANY; in isp_target_notify()
349 notify.nt_did = PORT_ANY; in isp_target_notify()
361 notify.nt_sid = PORT_ANY; in isp_target_notify()
362 notify.nt_did = PORT_ANY; in isp_target_notify()
375 notify.nt_sid = PORT_ANY; in isp_target_notify()
376 notify.nt_did = PORT_ANY; in isp_target_notify()
797 notify.nt_sid = PORT_ANY; in isp_target_async()
798 notify.nt_did = PORT_ANY; in isp_target_async()
[all...]
H A Dispvar.h314 #define PORT_ANY 0xFFFFFF macro
H A Disp_library.c688 notify.nt_sid = PORT_ANY; in isp_clear_commands()
689 notify.nt_did = PORT_ANY; in isp_clear_commands()
2445 if (s_id != PORT_ANY && lp->portid == s_id) { in isp_add_wwn_entry()
2652 if (mp->nt_sid != PORT_ANY && mp->nt_sid != PORT_NONE) { in isp_del_wwn_entries()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dsocket.d786 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.
1778 enum ushort PORT_ANY = 0;
1815 if (port == PORT_ANY)
3577 s.bind(new InternetAddress(InternetAddress.PORT_ANY));
3779 listener.bind(new InternetAddress(INADDR_LOOPBACK, InternetAddress.PORT_ANY));
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dsocket.d786 InternetAddress ia = new InternetAddress(ih.addrList[0], InternetAddress.PORT_ANY);
1023 return InternetAddress.PORT_ANY;
1497 enum ushort PORT_ANY = 0; /// Any IPv4 port number.
1768 enum ushort PORT_ANY = 0;
1805 if (port == PORT_ANY)
3606 listener.bind(new InternetAddress(INADDR_LOOPBACK, InternetAddress.PORT_ANY));
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/net/
H A Dcurl.d219 sock.bind(new InternetAddress(INADDR_LOOPBACK, InternetAddress.PORT_ANY)); in version()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/net/
H A Dcurl.d231 sock.bind(new InternetAddress(INADDR_LOOPBACK, InternetAddress.PORT_ANY)); in version()