Searched refs:DL_INFO_ACK (Results 1 - 17 of 17) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/inet/dlpistub/
H A Ddlpistub.c51 * DL_INFO_ACK template.
54 DL_INFO_ACK, /* dl_primitive */
240 M_PCPROTO, DL_INFO_ACK);
/opensolaris-onvv-gate/usr/src/uts/common/inet/
H A Dipnet.h221 DL_INFO_ACK, /* dl_primitive */ \
/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dsundlpi.c415 err = dl_op(lh, &mp, DL_INFO_ACK, DL_INFO_ACK_SIZE, dleap, NULL);
425 cmn_err(CE_NOTE, "!dl_info: DL_INFO_ACK: "
473 case DL_INFO_ACK: return ("DL_INFO_ACK");
H A Dllc1.c566 case DL_INFO_ACK:
1253 nmp = mexchange(q, mp, bufsize, M_PCPROTO, DL_INFO_ACK);
1259 dlp->dl_primitive = DL_INFO_ACK;
H A Dgld.c4393 if ((mp = mexchange(q, mp, bufsize, M_PCPROTO, DL_INFO_ACK)) == NULL)
4399 dlp->dl_primitive = DL_INFO_ACK;
/opensolaris-onvv-gate/usr/src/uts/common/io/ppp/sppp/
H A Dsppp_dlpi.c106 { DL_INFO_ACK, "DL_INFO_ACK" },
215 * DL_INFO_ACK template for point-to-point interface.
218 DL_INFO_ACK, /* dl_primitive */
761 /* Exchange current msg for a DL_INFO_ACK. */
764 if ((mp = mexchange(q, mp, size, M_PCPROTO, DL_INFO_ACK)) == NULL) {
769 /* Fill in DL_INFO_ACK fields and reply */
/opensolaris-onvv-gate/usr/src/lib/libdlpi/common/
H A Dlibdlpi.c298 DLPI_MSG_CREATE(ack, DL_INFO_ACK);
1645 { DL_INFO_ACK, DL_INFO_ACK_SIZE + (2 * DLPI_PHYSADDR_MAX) +
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Ddlpi.h78 #define DL_INFO_ACK 0x03 /* Information Ack */ macro
286 * DL_INFO_ACK.
419 * The QOS structures are used in connection establishment, DL_INFO_ACK,
490 * and DL_INFO_ACK messages to define the selected QOS parameters
765 * DL_INFO_ACK, M_PCPROTO type
768 t_uscalar_t dl_primitive; /* set to DL_INFO_ACK */
/opensolaris-onvv-gate/usr/src/uts/sun4u/starfire/io/
H A Didn_dlpi.c301 * Our DL_INFO_ACK template.
304 DL_INFO_ACK, /* dl_primitive */
1211 * Exchange current msg for a DL_INFO_ACK.
1214 if ((mp = mexchange(wq, mp, size, M_PCPROTO, DL_INFO_ACK)) == NULL)
1218 * Fill in the DL_INFO_ACK fields and reply.
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/mdb_ks/
H A Dmdb_ks.c1685 case DL_INFO_ACK: return ("DL_INFO_ACK");
/opensolaris-onvv-gate/usr/src/uts/common/io/dld/
H A Ddld_proto.c170 dlp->dl_primitive = DL_INFO_ACK;
/opensolaris-onvv-gate/usr/src/uts/sun4u/starcat/io/
H A Ddman.c124 "DL_INFO_ACK", /* 0x03 */
379 * MANs DL_INFO_ACK template.
382 DL_INFO_ACK, /* dl_primitive */
3295 /* Exchange current msg for a DL_INFO_ACK. */
3297 mp = mexchange(wq, mp, size, M_PCPROTO, DL_INFO_ACK);
3303 /* Fill in the DL_INFO_ACK fields and reply. */
3979 case DL_INFO_ACK:
/opensolaris-onvv-gate/usr/src/uts/common/io/ppp/sppptun/
H A Dsppptun.c1935 case DL_INFO_ACK:
/opensolaris-onvv-gate/usr/src/uts/common/inet/ip/
H A Dip_arp.c51 * MAC-specific intelligence. Shouldn't be needed, but the DL_INFO_ACK
415 * This routine is called during module initialization when the DL_INFO_ACK
564 case DL_INFO_ACK:
595 * DL_INFO_ACK for the first DL_INFO_REQ sent from
1224 * after the first DL_INFO_ACK was received.
2371 * Wait for the DL_INFO_ACK if a DL_INFO_REQ was sent.
H A Dip.c5887 * Wait for the DL_INFO_ACK if a DL_INFO_REQ was sent.
8084 case DL_INFO_ACK:
8366 case DL_INFO_ACK:
8767 * physical address length of 0 in its DL_INFO_ACK, but 6 in
/opensolaris-onvv-gate/usr/src/uts/common/inet/ipnet/
H A Dipnet.c761 if ((mp = mexchange(q, mp, size, M_PCPROTO, DL_INFO_ACK)) == NULL)
/opensolaris-onvv-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c504 * DL_INFO_ACK template for the fcip module. The dl_info_ack_t structure is
505 * returned as a part of an DL_INFO_ACK message which is a M_PCPROTO message
521 DL_INFO_ACK, /* dl_primitive */
5145 * Exchange current message for a DL_INFO_ACK
5148 if ((mp = mexchange(wq, mp, size, M_PCPROTO, DL_INFO_ACK)) == NULL) {
5153 * FILL in the DL_INFO_ACK fields and reply

Completed in 387 milliseconds