Home
last modified time | relevance | path

Searched refs:DL_BIND_ACK (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dsundlpi.c55 if ((mp = mexchange(wq, mp, size, M_PCPROTO, DL_BIND_ACK)) == NULL) in dlbindack()
326 err = dl_op(lh, &mp, DL_BIND_ACK, DL_BIND_ACK_SIZE, dleap, NULL); in dl_bind()
477 case DL_BIND_ACK: return ("DL_BIND_ACK"); in dl_primstr()
H A Dllc1.c641 case DL_BIND_ACK: in llc1_lrsrv()
H A Dgld.c3863 if ((mp = mexchange(q, mp, size, M_PCPROTO, DL_BIND_ACK)) == NULL) in gld_bindack()
/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_ctl.c417 case DL_BIND_ACK: in softmac_rput_process_proto()
504 case DL_BIND_ACK: in softmac_rput_process_notdata()
H A Dsoftmac_pkt.c230 err = softmac_output(slp, mp, dl_prim, DL_BIND_ACK, mpp); in softmac_proto_tx()
H A Dsoftmac_fp.c541 err = softmac_output(slp, mp, DL_BIND_REQ, DL_BIND_ACK, &ackmp); in softmac_bind_req()
/illumos-gate/usr/src/lib/libdlpi/common/
H A Dlibdlpi.c449 DLPI_MSG_CREATE(ack, DL_BIND_ACK); in dlpi_bind()
1648 { DL_BIND_ACK, DL_BIND_ACK_SIZE + DLPI_PHYSADDR_MAX +
/illumos-gate/usr/src/uts/common/sys/
H A Ddlpi.h84 #define DL_BIND_ACK 0x04 /* DLSAP address bound */ macro
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_arp.c570 case DL_BIND_ACK: in arp_rput_dlpi()
714 case DL_BIND_ACK: in arp_rput_dlpi_writer()
H A Dip.c8156 case DL_BIND_ACK: in ip_rput_dlpi()
8441 case DL_BIND_ACK: in ip_rput_dlpi_writer()
/illumos-gate/usr/src/uts/common/io/ppp/sppp/
H A Dsppp_dlpi.c110 { DL_BIND_ACK, "DL_BIND_ACK" },
/illumos-gate/usr/src/cmd/mdb/common/modules/mdb_ks/
H A Dmdb_ks.c1747 case DL_BIND_ACK: return ("DL_BIND_ACK"); in mdb_dlpi_prim()
/illumos-gate/usr/src/uts/common/io/ppp/sppptun/
H A Dsppptun.c1943 case DL_BIND_ACK: in urput_dlpi()