Home
last modified time | relevance | path

Searched refs:rx_type (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/inet/ipf/netinet/
H A Dip_rpcb_pxy.c362 if (rx->rx_type == RPCB_RES_STRING)
364 else if (rx->rx_type == RPCB_RES_LIST)
492 rx.rx_type = RPCB_RES_PMAP;
501 rx.rx_type = RPCB_RES_STRING;
507 rx.rx_type = RPCB_RES_LIST;
940 switch(rx->rx_type)
1049 IPF_PANIC(1, ("illegal rx_type %d", rx->rx_type));
H A Dip_proxy.h429 u_int rx_type; /* RPCB response type */ member