Searched refs:thdr (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_dup.c100 DBT thdr; local
141 thdr.data = &bk;
142 thdr.size = SSZA(BKEYDATA, data);
143 hdr = &thdr;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_log_cil.c395 struct xfs_trans_header thdr; local
517 thdr.th_magic = XFS_TRANS_HEADER_MAGIC;
518 thdr.th_type = XFS_TRANS_CHECKPOINT;
519 thdr.th_tid = tic->t_tid;
520 thdr.th_num_items = num_iovecs;
521 lhdr.i_addr = &thdr;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dpcap-linux.c306 union thdr { union
313 #define RING_GET_FRAME(h) (((union thdr **)h->buffer)[h->offset])
3564 handle->buffer = malloc(handle->cc * sizeof(union thdr *));
3678 static inline union thdr *
3681 union thdr h;
3801 union thdr h;
3911 * ((u_char *)thdr + TPACKET_HDRLEN), so we
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dnf_conntrack_sip.c678 const struct sip_header *thdr = &ct_sdp_hdrs[term]; local
694 limit - dptr >= thdr->len &&
695 strnicmp(dptr, thdr->name, thdr->len) == 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dicmp.c213 static int icmpv6_push_pending_frames(struct sock *sk, struct flowi *fl, struct icmp6hdr *thdr, int len) argument
223 memcpy(icmp6h, thdr, sizeof(struct icmp6hdr));

Completed in 102 milliseconds