HomeSort by: relevance | last modified time | path
    Searched refs:tsval (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/dist/pf/net/
pf_norm.c 1394 u_int32_t tsval, tsecr; local
1452 memcpy(&tsval, &opt[2],
1456 src->scrub->pfss_tsval0 = ntohl(tsval);
1457 src->scrub->pfss_tsval = ntohl(tsval);
1490 u_int32_t tsval = 0, tsecr = 0; local
1561 memcpy(&tsval, &opt[2],
1563 if (tsval && src->scrub &&
1566 tsval = ntohl(tsval);
1569 htonl(tsval
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
go-exp.y 103 struct typed_stoken tsval;
134 %token <tsval> RAW_STRING
135 %token <tsval> STRING
136 %token <tsval> CHAR
1154 &yylval.tsval, &host_len);
d-exp.y 97 struct typed_stoken tsval;
126 %token <tsval> CHARACTER_LITERAL
127 %token <tsval> STRING_LITERAL
1208 &yylval.tsval, &host_len);
c-exp.y 143 struct typed_stoken tsval;
196 %token <tsval> STRING
199 %token <tsval> CHAR
2934 &yylval.tsval, &host_len);
3485 parser_fprintf (file, "tsval<type=%d, %.*s>", value.tsval.type,
3486 value.tsval.length, value.tsval.ptr);
  /src/external/gpl3/gdb/dist/gdb/
go-exp.y 103 struct typed_stoken tsval;
134 %token <tsval> RAW_STRING
135 %token <tsval> STRING
136 %token <tsval> CHAR
1154 &yylval.tsval, &host_len);
d-exp.y 97 struct typed_stoken tsval;
126 %token <tsval> CHARACTER_LITERAL
127 %token <tsval> STRING_LITERAL
1208 &yylval.tsval, &host_len);
c-exp.y 143 struct typed_stoken tsval;
196 %token <tsval> STRING
199 %token <tsval> CHAR
2934 &yylval.tsval, &host_len);
3481 parser_fprintf (file, "tsval<type=%d, %.*s>", value.tsval.type,
3482 value.tsval.length, value.tsval.ptr);

Completed in 31 milliseconds