Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/ipf/netinet/
H A Dip_raudio_pxy.c90 rap->rap_mode = RAP_M_TCP; /* default is for TCP */
187 rap->rap_mode &= ~RAP_M_TCP;
188 rap->rap_mode |= RAP_M_UDP;
191 rap->rap_mode |= RAP_M_ROBUST;
313 if (((rap->rap_mode & RAP_M_UDP_ROBUST) == RAP_M_UDP_ROBUST) &&
333 if ((rap->rap_mode & RAP_M_UDP) == RAP_M_UDP) {
H A Dip_proxy.h202 int rap_mode; member
/titanic_41/usr/src/cmd/ipf/lib/common/
H A Dprintaps.c70 printf("\t\tMode: %#x\tSBF: %#x\n", ra.rap_mode, ra.rap_sbf);