/titanic_44/usr/src/uts/common/inet/dlpistub/ |
H A D | dlpistub.c | 54 DL_INFO_ACK, /* dl_primitive */ 240 M_PCPROTO, DL_INFO_ACK); in ds_wput()
|
/titanic_44/usr/src/uts/common/inet/ |
H A D | ipnet.h | 221 DL_INFO_ACK, /* dl_primitive */ \
|
/titanic_44/usr/src/uts/common/io/ |
H A D | sundlpi.c | 415 err = dl_op(lh, &mp, DL_INFO_ACK, DL_INFO_ACK_SIZE, dleap, NULL); in dl_info() 473 case DL_INFO_ACK: return ("DL_INFO_ACK"); in dl_primstr()
|
H A D | llc1.c | 566 case DL_INFO_ACK: in llc1_lrsrv() 1253 nmp = mexchange(q, mp, bufsize, M_PCPROTO, DL_INFO_ACK); in llc1_inforeq() 1259 dlp->dl_primitive = DL_INFO_ACK; in llc1_inforeq()
|
H A D | gld.c | 4393 if ((mp = mexchange(q, mp, bufsize, M_PCPROTO, DL_INFO_ACK)) == NULL) in gld_inforeq() 4399 dlp->dl_primitive = DL_INFO_ACK; in gld_inforeq()
|
/titanic_44/usr/src/uts/common/io/ppp/sppp/ |
H A D | sppp_dlpi.c | 106 { DL_INFO_ACK, "DL_INFO_ACK" }, 218 DL_INFO_ACK, /* dl_primitive */ 764 if ((mp = mexchange(q, mp, size, M_PCPROTO, DL_INFO_ACK)) == NULL) { in sppp_dlinforeq()
|
/titanic_44/usr/src/lib/libdlpi/common/ |
H A D | libdlpi.c | 298 DLPI_MSG_CREATE(ack, DL_INFO_ACK); in dlpi_info() 1645 { DL_INFO_ACK, DL_INFO_ACK_SIZE + (2 * DLPI_PHYSADDR_MAX) +
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | dlpi.h | 78 #define DL_INFO_ACK 0x03 /* Information Ack */ macro
|
/titanic_44/usr/src/uts/sun4u/starfire/io/ |
H A D | idn_dlpi.c | 304 DL_INFO_ACK, /* dl_primitive */ 1214 if ((mp = mexchange(wq, mp, size, M_PCPROTO, DL_INFO_ACK)) == NULL)
|
/titanic_44/usr/src/cmd/mdb/common/modules/mdb_ks/ |
H A D | mdb_ks.c | 1685 case DL_INFO_ACK: return ("DL_INFO_ACK"); in mdb_dlpi_prim()
|
/titanic_44/usr/src/uts/common/io/dld/ |
H A D | dld_proto.c | 172 dlp->dl_primitive = DL_INFO_ACK; in proto_info_req()
|
/titanic_44/usr/src/uts/sun4u/starcat/io/ |
H A D | dman.c | 382 DL_INFO_ACK, /* dl_primitive */ 3297 mp = mexchange(wq, mp, size, M_PCPROTO, DL_INFO_ACK); in man_ireq() 3979 case DL_INFO_ACK: in man_lrsrv()
|
/titanic_44/usr/src/uts/common/io/ppp/sppptun/ |
H A D | sppptun.c | 1935 case DL_INFO_ACK: in urput_dlpi()
|
/titanic_44/usr/src/uts/common/inet/ip/ |
H A D | ip_arp.c | 564 case DL_INFO_ACK: in arp_rput_dlpi()
|
H A D | ip.c | 8119 case DL_INFO_ACK: in ip_rput_dlpi() 8401 case DL_INFO_ACK: in ip_rput_dlpi_writer()
|
/titanic_44/usr/src/uts/common/inet/ipnet/ |
H A D | ipnet.c | 761 if ((mp = mexchange(q, mp, size, M_PCPROTO, DL_INFO_ACK)) == NULL) in ipnet_inforeq()
|
/titanic_44/usr/src/uts/common/io/fibre-channel/ulp/ |
H A D | fcip.c | 521 DL_INFO_ACK, /* dl_primitive */ 5148 if ((mp = mexchange(wq, mp, size, M_PCPROTO, DL_INFO_ACK)) == NULL) { in fcip_ireq()
|