Searched refs:ttl (Results 176 - 181 of 181) sorted by relevance

12345678

/openbsd-current/gnu/gcc/gcc/
H A Dc-common.c6466 tree const ttr = TREE_TYPE (rtype), ttl = TREE_TYPE (ltype);
6475 for (la = TYPE_ATTRIBUTES (ttl); la; la = TREE_CHAIN (la))
6446 tree const ttr = TREE_TYPE (rtype), ttl = TREE_TYPE (ltype); local
/openbsd-current/sys/net/
H A Dif_pfsync.c2625 pfsync_input(struct mbuf *m, uint8_t ttl, unsigned int hlen) argument
2653 if (ttl != PFSYNC_DFLTTL) {
/openbsd-current/usr.sbin/relayd/
H A Dparse.y1208 yyerror("invalid ttl: %lld", $3);
1212 if (strcasecmp("ttl", $2) == 0) {
2278 if (hst->conf.ttl) {
2279 yyerror("ttl value already set");
2283 yyerror("invalid ttl value: %lld\n", $3);
2286 hst->conf.ttl = $3;
2506 { "ttl", TTL },
/openbsd-current/usr.sbin/unbound/testcode/
H A Dfake_event.c751 rep->ttl = expired;
/openbsd-current/usr.bin/dig/
H A Ddighost.c3199 return ((opt->ttl >> 16) & 0xff);
/openbsd-current/sys/dev/pci/
H A Dif_bnxtreg.h30365 uint16_t ttl; member in struct:hwrm_struct_data_lldp_device
[all...]

Completed in 318 milliseconds

12345678