Symbol: DL_PRIM_INVAL
usr/src/uts/common/inet/dlpistub/dlpistub.c
206
dlerrorack(q, mp, DL_PRIM_INVAL, DL_UNSUPPORTED, 0);
usr/src/uts/common/inet/ip/ip.c
8151
t_uscalar_t reqprim = DL_PRIM_INVAL;
usr/src/uts/common/inet/ip/ip.c
8190
if (reqprim == DL_PRIM_INVAL ||
usr/src/uts/common/inet/ip/ip_arp.c
1889
arl->arl_dlpi_pending = DL_PRIM_INVAL;
usr/src/uts/common/inet/ip/ip_arp.c
2177
if (arl->arl_dlpi_pending != DL_PRIM_INVAL) {
usr/src/uts/common/inet/ip/ip_arp.c
2269
arl->arl_dlpi_pending = DL_PRIM_INVAL;
usr/src/uts/common/inet/ip/ip_arp.c
384
arl->arl_dlpi_pending = DL_PRIM_INVAL;
usr/src/uts/common/inet/ip/ip_arp.c
515
if (pending == DL_PRIM_INVAL) {
usr/src/uts/common/inet/ip/ip_arp.c
532
t_uscalar_t reqprim = DL_PRIM_INVAL;
usr/src/uts/common/inet/ip/ip_arp.c
579
if (reqprim == DL_PRIM_INVAL || !arl_dlpi_pending(arl, reqprim)) {
usr/src/uts/common/inet/ip/ip_arp.c
602
arl->arl_dlpi_pending = DL_PRIM_INVAL;
usr/src/uts/common/inet/ip/ip_arp.c
623
arl->arl_dlpi_pending = DL_PRIM_INVAL;
usr/src/uts/common/inet/ip/ip_if.c
12833
if (ill->ill_dlpi_pending != DL_PRIM_INVAL) {
usr/src/uts/common/inet/ip/ip_if.c
12884
ill->ill_dlpi_pending = DL_PRIM_INVAL;
usr/src/uts/common/inet/ip/ip_if.c
12906
ill->ill_dlpi_pending = DL_PRIM_INVAL;
usr/src/uts/common/inet/ip/ip_if.c
12942
if (pending == DL_PRIM_INVAL) {
usr/src/uts/common/inet/ip/ip_if.c
12972
ASSERT(prim != DL_PRIM_INVAL);
usr/src/uts/common/inet/ip/ip_if.c
12979
ill->ill_dlpi_pending = DL_PRIM_INVAL;
usr/src/uts/common/inet/ip/ip_if.c
13049
if (ill->ill_dlpi_pending != DL_PRIM_INVAL) {
usr/src/uts/common/inet/ip/ip_if.c
3483
ill->ill_dlpi_pending = DL_PRIM_INVAL;
usr/src/uts/common/inet/ip/ip_if.c
3752
ill->ill_dlpi_pending = DL_PRIM_INVAL;
usr/src/uts/common/inet/ip/ip_if.c
6556
(ill->ill_dlpi_pending != DL_PRIM_INVAL ||
usr/src/uts/common/inet/ip/ip_if.c
6562
ill->ill_dlpi_pending != DL_PRIM_INVAL)
usr/src/uts/common/inet/ip/ip_if.c
6958
t_uscalar_t dlpi_pending = DL_PRIM_INVAL;
usr/src/uts/common/inet/ip/ip_if.c
6986
if (dlpi_pending == DL_PRIM_INVAL) {
usr/src/uts/common/io/softmac/softmac_ctl.c
343
slp->sl_pending_prim = DL_PRIM_INVAL;
usr/src/uts/common/io/softmac/softmac_dev.c
267
slp->sl_pending_prim = DL_PRIM_INVAL;
usr/src/uts/common/io/softmac/softmac_dev.c
301
ASSERT(slp->sl_pending_prim == DL_PRIM_INVAL);
usr/src/uts/common/io/softmac/softmac_pkt.c
110
ASSERT(slp->sl_pending_prim == DL_PRIM_INVAL);
usr/src/uts/common/io/softmac/softmac_pkt.c
122
while (slp->sl_pending_prim != DL_PRIM_INVAL) {
usr/src/uts/common/io/softmac/softmac_pkt.c
135
ASSERT(mp != NULL || slp->sl_pending_prim != DL_PRIM_INVAL);
usr/src/uts/common/io/softmac/softmac_pkt.c
137
slp->sl_pending_prim = DL_PRIM_INVAL;