Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_rpcb_pxy.c335 if (rx->rx_type == RPCB_RES_STRING) in ipf_p_rpcb_out()
337 else if (rx->rx_type == RPCB_RES_LIST) in ipf_p_rpcb_out()
460 rx.rx_type = RPCB_RES_PMAP; in ipf_p_rpcb_decodereq()
469 rx.rx_type = RPCB_RES_STRING; in ipf_p_rpcb_decodereq()
475 rx.rx_type = RPCB_RES_LIST; in ipf_p_rpcb_decodereq()
881 switch(rx->rx_type) in ipf_p_rpcb_decoderep()
991 IPF_PANIC(1, ("illegal rx_type %d", rx->rx_type)); in ipf_p_rpcb_decoderep()
H A Dip_proxy.h428 u_int rx_type; /* RPCB response type */ member
/netbsd-src/external/bsd/ipf/dist/
H A Dip_rpcb_pxy.c343 if (rx->rx_type == RPCB_RES_STRING)
345 else if (rx->rx_type == RPCB_RES_LIST)
472 rx.rx_type = RPCB_RES_PMAP;
481 rx.rx_type = RPCB_RES_STRING;
487 rx.rx_type = RPCB_RES_LIST;
918 switch(rx->rx_type)
1028 IPF_PANIC(1, ("illegal rx_type %d", rx->rx_type));