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
2267
v6token_mp = ip_dlpi_alloc(sizeof (dl_phys_addr_req_t) +
usr/src/uts/common/inet/ip/ip6_if.c
2274
v6lla_mp = ip_dlpi_alloc(sizeof (dl_phys_addr_req_t) +
usr/src/uts/common/inet/ip/ip6_if.c
2283
dest_mp = ip_dlpi_alloc(sizeof (dl_phys_addr_req_t) +
usr/src/uts/common/inet/ip/ip6_if.c
2294
notify_mp = ip_dlpi_alloc(sizeof (dl_notify_req_t) + sizeof (long),
usr/src/uts/common/inet/ip/ip6_if.c
2304
phys_mp = ip_dlpi_alloc(sizeof (dl_phys_addr_req_t) +
usr/src/uts/common/inet/ip/ip6_if.c
2311
info_mp = ip_dlpi_alloc(
usr/src/uts/common/inet/ip/ip6_if.c
2318
capab_mp = ip_dlpi_alloc(sizeof (dl_capability_req_t),
usr/src/uts/common/inet/ip/ip6_if.c
2323
bind_mp = ip_dlpi_alloc(sizeof (dl_bind_req_t) + sizeof (long),
usr/src/uts/common/inet/ip/ip6_if.c
2330
unbind_mp = ip_dlpi_alloc(sizeof (dl_unbind_req_t), DL_UNBIND_REQ);
usr/src/uts/common/inet/ip/ip6_if.c
2336
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,