Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_rpcb_pxy.c327 if (rx->rx_type == RPCB_RES_STRING) in ipf_p_rpcb_out()
329 else if (rx->rx_type == RPCB_RES_LIST) in ipf_p_rpcb_out()
452 rx.rx_type = RPCB_RES_PMAP; in ipf_p_rpcb_decodereq()
461 rx.rx_type = RPCB_RES_STRING; in ipf_p_rpcb_decodereq()
467 rx.rx_type = RPCB_RES_LIST; in ipf_p_rpcb_decodereq()
874 switch(rx->rx_type) in ipf_p_rpcb_decoderep()
984 IPF_PANIC(1, ("illegal rx_type %d", rx->rx_type)); in ipf_p_rpcb_decoderep()
H A Dip_proxy.h422 u_int rx_type; /* RPCB response type */ member