Symbol: ip_dlpi_alloc
usr/src/uts/common/inet/ip.h
3214
extern mblk_t *ip_dlpi_alloc(size_t, t_uscalar_t);
usr/src/uts/common/inet/ip/ip.c
4763
if ((mp = ip_dlpi_alloc(DL_NOTIFY_IND_SIZE, DL_NOTIFY_IND)) == NULL)
usr/src/uts/common/inet/ip/ip.c
4778
if ((mp = ip_dlpi_alloc(DL_NOTIFY_IND_SIZE, DL_NOTIFY_IND)) == NULL)
usr/src/uts/common/inet/ip/ip.c
669
mblk_t *ip_dlpi_alloc(size_t, t_uscalar_t);
usr/src/uts/common/inet/ip/ip6_if.c
2273
v6token_mp = ip_dlpi_alloc(sizeof (dl_phys_addr_req_t) +
usr/src/uts/common/inet/ip/ip6_if.c
2280
v6lla_mp = ip_dlpi_alloc(sizeof (dl_phys_addr_req_t) +
usr/src/uts/common/inet/ip/ip6_if.c
2289
dest_mp = ip_dlpi_alloc(sizeof (dl_phys_addr_req_t) +
usr/src/uts/common/inet/ip/ip6_if.c
2300
notify_mp = ip_dlpi_alloc(sizeof (dl_notify_req_t) + sizeof (long),
usr/src/uts/common/inet/ip/ip6_if.c
2310
phys_mp = ip_dlpi_alloc(sizeof (dl_phys_addr_req_t) +
usr/src/uts/common/inet/ip/ip6_if.c
2317
info_mp = ip_dlpi_alloc(
usr/src/uts/common/inet/ip/ip6_if.c
2324
capab_mp = ip_dlpi_alloc(sizeof (dl_capability_req_t),
usr/src/uts/common/inet/ip/ip6_if.c
2329
bind_mp = ip_dlpi_alloc(sizeof (dl_bind_req_t) + sizeof (long),
usr/src/uts/common/inet/ip/ip6_if.c
2336
unbind_mp = ip_dlpi_alloc(sizeof (dl_unbind_req_t), DL_UNBIND_REQ);
usr/src/uts/common/inet/ip/ip6_if.c
2342
attach_mp = ip_dlpi_alloc(sizeof (dl_attach_req_t),
usr/src/uts/common/inet/ip/ip_if.c
1376
mp = ip_dlpi_alloc(sizeof (dl_capability_req_t), DL_CAPABILITY_REQ);
usr/src/uts/common/inet/ip/ip_if.c
14629
bind_mp = ip_dlpi_alloc(sizeof (dl_bind_req_t) + sizeof (long),
usr/src/uts/common/inet/ip/ip_if.c
14649
unbind_mp = ip_dlpi_alloc(sizeof (dl_unbind_req_t),
usr/src/uts/common/inet/ip/ip_if.c
1692
if ((nmp = ip_dlpi_alloc(size, DL_CAPABILITY_REQ)) == NULL) {
usr/src/uts/common/inet/ip/ip_if.c
1835
if ((nmp = ip_dlpi_alloc(size, DL_CAPABILITY_REQ)) == NULL) {
usr/src/uts/common/inet/ip/ip_if.c
729
mp = ip_dlpi_alloc(sizeof (*dlur) + addr_length + abs_sap_length,