Searched defs:hdr (Results 1 - 4 of 4) sorted by relevance

/systemd/src/libsystemd-network/
H A Dlldp-network.c32 struct ethhdr hdr; member in struct:LLDPFrame
37 BPF_STMT(BPF_LD + BPF_W + BPF_ABS, offsetof(LLDPFrame, hdr.h_dest)), /* A <- 4 bytes of destination MAC */
40 BPF_STMT(BPF_LD + BPF_H + BPF_ABS, offsetof(LLDPFrame, hdr.h_dest) + 4), /* A <- remaining 2 bytes of destination MAC */
45 BPF_STMT(BPF_LD + BPF_H + BPF_ABS, offsetof(LLDPFrame, hdr.h_proto)), /* A <- protocol */
/systemd/src/import/
H A Dpull-job.c560 _cleanup_free_ char *cc = NULL, *hdr = NULL; local
566 hdr = strappend("If-None-Match: ", cc);
567 if (!hdr)
571 j->request_header = curl_slist_new(hdr, NULL);
577 l = curl_slist_append(j->request_header, hdr);
/systemd/src/libsystemd/sd-netlink/
H A Dnetlink-internal.h96 size_t offset; /* offset from hdr to attribute */
103 size_t offset; /* offset from hdr to the start of the container */
113 struct nlmsghdr *hdr; member in struct:sd_netlink_message
/systemd/src/libsystemd/sd-bus/
H A Dbus-dump.c537 pcap_hdr_t hdr = { local
552 hdr.snaplen = (uint32_t) snaplen;
554 fwrite(&hdr, 1, sizeof(hdr), f);
561 pcaprec_hdr_t hdr = {}; local
578 hdr.ts_sec = tv.tv_sec;
579 hdr.ts_usec = tv.tv_usec;
580 hdr.orig_len = BUS_MESSAGE_SIZE(m);
581 hdr.incl_len = MIN(hdr
[all...]

Completed in 1434 milliseconds