Searched refs:tfl (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/usr.sbin/npf/npfctl/ |
| H A D | npf_data.c | 471 uint8_t tfl = 0; in npfctl_parse_tcpflag() local 475 case 'F': tfl |= TH_FIN; break; in npfctl_parse_tcpflag() 476 case 'S': tfl |= TH_SYN; break; in npfctl_parse_tcpflag() 477 case 'R': tfl |= TH_RST; break; in npfctl_parse_tcpflag() 478 case 'P': tfl |= TH_PUSH; break; in npfctl_parse_tcpflag() 479 case 'A': tfl |= TH_ACK; break; in npfctl_parse_tcpflag() 480 case 'U': tfl |= TH_URG; break; in npfctl_parse_tcpflag() 481 case 'E': tfl |= TH_ECE; break; in npfctl_parse_tcpflag() 482 case 'W': tfl |= TH_CWR; break; in npfctl_parse_tcpflag() 489 return npfvar_create_element(NPFVAR_TCPFLAG, &tfl, sizeof(tfl)); in npfctl_parse_tcpflag()
|
| H A D | npf_show.c | 161 tcpflags2string(char *buf, unsigned tfl) in tcpflags2string() argument 165 if (tfl & TH_FIN) buf[i++] = 'F'; in tcpflags2string() 166 if (tfl & TH_SYN) buf[i++] = 'S'; in tcpflags2string() 167 if (tfl & TH_RST) buf[i++] = 'R'; in tcpflags2string() 168 if (tfl & TH_PUSH) buf[i++] = 'P'; in tcpflags2string() 169 if (tfl & TH_ACK) buf[i++] = 'A'; in tcpflags2string() 170 if (tfl & TH_URG) buf[i++] = 'U'; in tcpflags2string() 171 if (tfl & TH_ECE) buf[i++] = 'E'; in tcpflags2string() 172 if (tfl & TH_CWR) buf[i++] = 'W'; in tcpflags2string()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/ |
| H A D | ssl_conf.c | 749 unsigned int tfl = t->flags; in ssl_conf_cmd_allowed() local 751 if ((tfl & SSL_CONF_FLAG_SERVER) && !(cfl & SSL_CONF_FLAG_SERVER)) in ssl_conf_cmd_allowed() 753 if ((tfl & SSL_CONF_FLAG_CLIENT) && !(cfl & SSL_CONF_FLAG_CLIENT)) in ssl_conf_cmd_allowed() 755 if ((tfl & SSL_CONF_FLAG_CERTIFICATE) in ssl_conf_cmd_allowed()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/ssl/ |
| H A D | ssl_conf.c | 832 unsigned int tfl = t->flags; in ssl_conf_cmd_allowed() local 834 if ((tfl & SSL_CONF_FLAG_SERVER) && !(cfl & SSL_CONF_FLAG_SERVER)) in ssl_conf_cmd_allowed() 836 if ((tfl & SSL_CONF_FLAG_CLIENT) && !(cfl & SSL_CONF_FLAG_CLIENT)) in ssl_conf_cmd_allowed() 838 if ((tfl & SSL_CONF_FLAG_CERTIFICATE) in ssl_conf_cmd_allowed()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | expressionsem.c | 1573 TypeFunction *tfl = (TypeFunction *)exp->fd->type; in visit() local 1574 tfl->next = tfv->nextOf(); in visit() 1665 TypeFunction *tfl = (TypeFunction *)exp->fd->type; in callExpSemantic() local 1666 size_t dim = Parameter::dim(tfl->parameters); in callExpSemantic() 1669 Parameter *p = Parameter::getNth(tfl->parameters, arguments->dim); in callExpSemantic() 1674 if ((!tfl->varargs && arguments->dim == dim) || in callExpSemantic() 1675 ( tfl->varargs && arguments->dim >= dim)) in callExpSemantic() 1684 { Parameter *p = Parameter::getNth(tfl->parameters, u); in callExpSemantic()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | expressionsem.d | 4031 TypeFunction tfl = cast(TypeFunction)exp.fd.type; in visit() local 4032 tfl.next = tfv.nextOf(); in visit() 4139 TypeFunction tfl = cast(TypeFunction)exp.fd.type; in callExpSemantic() local 4140 size_t dim = tfl.parameterList.length; in callExpSemantic() 4144 Parameter p = tfl.parameterList[arguments.dim]; in callExpSemantic() 4149 if ((tfl.parameterList.varargs == VarArg.none && arguments.dim > dim) || in callExpSemantic() 4156 exp.fd.toChars(), parametersTypeToChars(tfl.parameterList), in callExpSemantic() 4170 assert(dim <= tfl.parameterList.length); in callExpSemantic() 4171 foreach (u, p; tfl.parameterList) in callExpSemantic()
|
| /netbsd-src/external/gpl2/xcvs/dist/doc/ |
| H A D | ChangeLog | 2497 mention #cvs.tfl; it is quite old (before CVS 1.5).
|
| H A D | cvs.texinfo | 1319 @cindex #cvs.tfl 1327 with @file{#cvs.tfl}, but they are not discussed here.
|
| /netbsd-src/external/gpl2/xcvs/dist/doc/i18n/pt_BR/ |
| H A D | cvs.texinfo | 2108 @c <en>@cindex #cvs.tfl 2109 @cindex #cvs.tfl 2117 @c <en>with @file{#cvs.tfl}, but they are not discussed here. 2129 arquivos com nomes come�ando com @file{#cvs.tfl}, mas
|