Home
last modified time | relevance | path

Searched refs:dl_unbind_req_t (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Ddlpi.h830 } dl_unbind_req_t; typedef
1449 dl_unbind_req_t unbind_req;
1517 #define DL_UNBIND_REQ_SIZE sizeof (dl_unbind_req_t)
/illumos-gate/usr/src/uts/common/io/ppp/sppp/
H A Dsppp_dlpi.c267 dl_pinfo[DL_UNBIND_REQ].pi_minlen = sizeof (dl_unbind_req_t); in sppp_dlpi_pinfoinit()
/illumos-gate/usr/src/uts/common/io/dld/
H A Ddld_proto.c515 if (MBLKL(mp) < sizeof (dl_unbind_req_t)) { in proto_unbind_req()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_if.c2330 unbind_mp = ip_dlpi_alloc(sizeof (dl_unbind_req_t), DL_UNBIND_REQ); in ill_dl_phys()
H A Dip_arp.c1416 unbind_mp = ip_ar_dlpi_comm(DL_UNBIND_REQ, sizeof (dl_unbind_req_t)); in arp_ll_up()
H A Dip_if.c14648 unbind_mp = ip_dlpi_alloc(sizeof (dl_unbind_req_t), in ill_dl_up()
/illumos-gate/usr/src/uts/common/io/ppp/sppptun/
H A Dsppptun.c1217 mptmp = dlpi_alloc(sizeof (dl_unbind_req_t), in sppptun_inner_ioctl()