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.c329 if (rx->rx_type == RPCB_RES_STRING) in ipf_p_rpcb_out()
331 else if (rx->rx_type == RPCB_RES_LIST) in ipf_p_rpcb_out()
454 rx.rx_type = RPCB_RES_PMAP; in ipf_p_rpcb_decodereq()
463 rx.rx_type = RPCB_RES_STRING; in ipf_p_rpcb_decodereq()
469 rx.rx_type = RPCB_RES_LIST; in ipf_p_rpcb_decodereq()
876 switch(rx->rx_type) in ipf_p_rpcb_decoderep()
986 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