Searched refs:doff (Results 76 - 85 of 85) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb.h181 u_int32_t doff; /* RO: get/put record offset. */ member in struct:__db_dbt
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb.h202 u_int32_t doff; /* RO: get/put record offset. */ member in struct:__db_dbt
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb.h190 u_int32_t doff; /* RO: get/put record offset. */ member in struct:__db_dbt
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb.h229 u_int32_t doff; /* RO: get/put record offset. */ member in struct:__db_dbt
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb.h229 u_int32_t doff; /* RO: get/put record offset. */ member in struct:__db_dbt
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb4/
H A Dsge.c946 LSO_TCPHDR_LEN(tcp_hdr(skb)->doff));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dtcp_output.c2517 th->doff = (tcp_header_size >> 2);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb3/
H A Dsge.c1163 V_LSO_TCPHDR_WORDS(tcp_hdr(skb)->doff);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/qlge/
H A Dqlge_main.c2525 (tcp_hdr(skb)->doff << 2));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Ddb_java_wrap.c627 { &dbt_doff_fid, &dbt_class, "doff", "I" },
1407 dbt->doff = (*jenv)->GetIntField(jenv, jdbt, dbt_doff_fid);
1409 if ((jint)dbt->doff < 0)
1410 return (__dbj_throw(jenv, EINVAL, "DatabaseEntry doff illegal",
1438 * (Note that doff, dlen, and flags all may contain

Completed in 216 milliseconds

1234