Home
last modified time | relevance | path

Searched refs:tsval (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/net/pf/
H A Dpf_norm.c1410 u_int32_t tsval, tsecr; in pf_normalize_tcp_init() local
1468 memcpy(&tsval, &opt[2], in pf_normalize_tcp_init()
1473 src->scrub->pfss_tsval = ntohl(tsval); in pf_normalize_tcp_init()
1506 u_int32_t tsval, tsecr; in pf_normalize_tcp_stateful() local
1516 tsval = 0; /* avoid gcc complaint */ in pf_normalize_tcp_stateful()
1581 memcpy(&tsval, &opt[2], in pf_normalize_tcp_stateful()
1583 if (tsval && src->scrub && in pf_normalize_tcp_stateful()
1586 tsval = ntohl(tsval); in pf_normalize_tcp_stateful()
1589 htonl(tsval + in pf_normalize_tcp_stateful()
1883 src->scrub->pfss_tsval = tsval; in pf_normalize_tcp_stateful()
[all …]
/dragonfly/contrib/gdb-7/gdb/
H A Dgo-exp.c291 struct typed_stoken tsval; member
2040 vec.tokens = &(yyvsp[(1) - (1)].tsval);
2041 write_exp_string_vector ((yyvsp[(1) - (1)].tsval).type, &vec);
2118 vec->type = (yyvsp[(1) - (1)].tsval).type;
2119 vec->length = (yyvsp[(1) - (1)].tsval).length;
2120 vec->ptr = xmalloc ((yyvsp[(1) - (1)].tsval).length + 1);
2121 memcpy (vec->ptr, (yyvsp[(1) - (1)].tsval).ptr, (yyvsp[(1) - (1)].tsval).length + 1);
2137 p = xmalloc ((yyvsp[(3) - (3)].tsval).length + 1);
2138 memcpy (p, (yyvsp[(3) - (3)].tsval).ptr, (yyvsp[(3) - (3)].tsval).length + 1);
2140 (yyval.svec).tokens[(yyval.svec).len - 1].type = (yyvsp[(3) - (3)].tsval).type;
[all …]
H A Dgo-exp.y151 struct typed_stoken tsval; member
181 %token <tsval> RAW_STRING
182 %token <tsval> STRING
183 %token <tsval> CHAR
1232 int result = parse_string_or_char (tokstart, &lexptr, &yylval.tsval, in lex_one_token()
H A Dc-exp.y151 struct typed_stoken tsval; member
200 %token <tsval> STRING
203 %token <tsval> CHAR
2599 int result = parse_string_or_char (tokstart, &lexptr, &yylval.tsval, in lex_one_token()