/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | ndd.c | 283 if (cmd == ND_GET) { in do_ipadm_getset() 396 cmd = ND_GET; in main() 504 is_name_get = stri.ic_cmd == ND_GET && buf[0] == '?' && buf[1] == '\0'; in do_getset() 516 else if (stri.ic_cmd == ND_GET) { in do_getset() 560 cmd = ND_GET; in getset_interactive() 564 if (cmd == ND_GET && gbuf[0] != '?' && in getset_interactive()
|
/titanic_44/usr/src/uts/common/io/dmfe/ |
H A D | dmfe.h | 372 #define ND_GET (ND_BASE + 0) /* Get a value */ macro 375 #define DMFE_ND_GET ND_GET
|
/titanic_44/usr/src/uts/common/inet/ |
H A D | nd.h | 41 #define ND_GET (ND_BASE + 0) /* Get a value */ macro
|
H A D | nd.c | 97 case ND_GET: in nd_getset()
|
/titanic_44/usr/src/uts/common/inet/nca/ |
H A D | ncaddi.c | 120 case ND_GET: in nca_wput()
|
/titanic_44/usr/src/uts/sun/io/eri/ |
H A D | eri_common.h | 288 #define ND_GET (ND_BASE + 0) /* Get a value */ macro 291 #define ERI_ND_GET ND_GET
|
H A D | eri.c | 4443 case ND_GET: in eri_nd_getset()
|
/titanic_44/usr/src/uts/common/io/rge/ |
H A D | rge_ndd.c | 426 case ND_GET: in rge_nd_ioctl()
|
H A D | rge_main.c | 1146 case ND_GET: in rge_m_ioctl() 1190 case ND_GET: in rge_m_ioctl()
|
/titanic_44/usr/src/uts/common/io/ntxn/ |
H A D | unm_ndd.c | 443 case ND_GET: in unm_nd_ioctl()
|
H A D | unm_nic_main.c | 2463 if (cmd == ND_GET || cmd == ND_SET) { in ntxn_m_ioctl()
|
/titanic_44/usr/src/uts/sun4u/starcat/sys/ |
H A D | dman.h | 489 #define MAN_ND_GET ND_GET
|
/titanic_44/usr/src/uts/common/io/mac/ |
H A D | mac_ndd.c | 172 } else if (cmd == ND_GET) { in mac_ndd_ioctl()
|
H A D | mac_client.c | 3646 if ((cmd == ND_GET && (mip->mi_callbacks->mc_callbacks & MC_GETPROP)) || in mac_ioctl()
|
/titanic_44/usr/src/uts/common/inet/ip/ |
H A D | rts.c | 1053 case ND_GET: in rts_wput_other() 1585 case ND_GET: in rts_ioctl()
|
H A D | keysock.c | 963 case ND_GET: in keysock_wput_other()
|
H A D | ipsecah.c | 1512 case ND_GET: in ipsecah_wput()
|
H A D | spdsock.c | 3412 case ND_GET: in spdsock_wput_other()
|
H A D | ipsecesp.c | 4137 case ND_GET:
|
/titanic_44/usr/src/uts/common/io/hxge/ |
H A D | hxge_ndd.c | 1398 case ND_GET: in hxge_nd_getset() 1540 case ND_GET: in hxge_param_ioctl()
|
H A D | hxge_main.c | 2564 case ND_GET: in hxge_m_ioctl() 2595 case ND_GET: in hxge_m_ioctl()
|
/titanic_44/usr/src/uts/common/inet/tcp/ |
H A D | tcp_socket.c | 685 case ND_GET: in tcp_ioctl()
|
/titanic_44/usr/src/uts/common/io/xge/drv/ |
H A D | xgell.c | 2379 case ND_GET: in xgell_m_ioctl() 2402 case ND_GET: in xgell_m_ioctl()
|
/titanic_44/usr/src/uts/common/io/sfe/ |
H A D | sfe_util.c | 3882 case ND_GET: in gem_nd_ioctl() 3949 case ND_GET: in gem_mac_ioctl() 3959 if (cmd == ND_GET) { in gem_mac_ioctl()
|
/titanic_44/usr/src/uts/sun4u/starfire/sys/ |
H A D | idn.h | 3782 #define VALID_NDOP(op) (((op) == ND_SET) || ((op) == ND_GET))
|