Searched refs:DL_BIND_ACK (Results 1 – 13 of 13) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ |
H A D | sundlpi.c | 55 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 D | llc1.c | 641 case DL_BIND_ACK: in llc1_lrsrv()
|
H A D | gld.c | 3863 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 D | softmac_ctl.c | 417 case DL_BIND_ACK: in softmac_rput_process_proto() 504 case DL_BIND_ACK: in softmac_rput_process_notdata()
|
H A D | softmac_pkt.c | 230 err = softmac_output(slp, mp, dl_prim, DL_BIND_ACK, mpp); in softmac_proto_tx()
|
H A D | softmac_fp.c | 541 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 D | libdlpi.c | 449 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 D | dlpi.h | 84 #define DL_BIND_ACK 0x04 /* DLSAP address bound */ macro
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | ip_arp.c | 570 case DL_BIND_ACK: in arp_rput_dlpi() 714 case DL_BIND_ACK: in arp_rput_dlpi_writer()
|
H A D | ip.c | 8175 case DL_BIND_ACK: in ip_rput_dlpi() 8460 case DL_BIND_ACK: in ip_rput_dlpi_writer()
|
/illumos-gate/usr/src/uts/common/io/ppp/sppp/ |
H A D | sppp_dlpi.c | 110 { DL_BIND_ACK, "DL_BIND_ACK" },
|
/illumos-gate/usr/src/cmd/mdb/common/modules/mdb_ks/ |
H A D | mdb_ks.c | 1747 case DL_BIND_ACK: return ("DL_BIND_ACK"); in mdb_dlpi_prim()
|
/illumos-gate/usr/src/uts/common/io/ppp/sppptun/ |
H A D | sppptun.c | 1943 case DL_BIND_ACK: in urput_dlpi()
|