Symbol: ill_dlpi_pending
usr/src/uts/common/inet/ip.h
1792
t_uscalar_t ill_dlpi_pending; /* Last DLPI primitive issued */
usr/src/uts/common/inet/ip/ip.c
8191
!ill_dlpi_pending(ill, reqprim)) {
usr/src/uts/common/inet/ip/ip_if.c
12780
ill->ill_dlpi_pending = prim;
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
12841
dl_primstr(ill->ill_dlpi_pending)));
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
12926
if (ill->ill_dlpi_pending == prim) {
usr/src/uts/common/inet/ip/ip_if.c
12939
pending = ill->ill_dlpi_pending;
usr/src/uts/common/inet/ip/ip_if.c
12973
ASSERT(ill->ill_dlpi_pending == prim);
usr/src/uts/common/inet/ip/ip_if.c
12976
dl_primstr(ill->ill_dlpi_pending), ill->ill_dlpi_pending));
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
13070
ill->ill_dlpi_pending = prim;
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
6972
dlpi_pending = ill->ill_dlpi_pending;
usr/src/uts/common/inet/ip_if.h
156
extern boolean_t ill_dlpi_pending(ill_t *, t_uscalar_t);