Searched refs:be32_t (Results 1 - 25 of 25) sorted by relevance

/systemd/src/libsystemd-network/
H A Darp-util.h27 int arp_network_bind_raw_socket(int index, be32_t address, const struct ether_addr *eth_mac);
30 be32_t pa, const struct ether_addr *ha);
32 be32_t pa, const struct ether_addr *ha);
H A Ddhcp-server-internal.h39 be32_t address;
40 be32_t gateway;
55 be32_t address;
56 be32_t netmask;
57 be32_t subnet;
80 be32_t server_id;
81 be32_t requested_ip;
H A Ddhcp-lease-internal.h55 be32_t address;
56 be32_t server_address;
57 be32_t router;
58 be32_t next_server;
61 be32_t subnet_mask;
64 be32_t broadcast;
H A Ddhcp-protocol.h34 be32_t xid;
37 be32_t ciaddr;
38 be32_t yiaddr;
39 be32_t siaddr;
40 be32_t giaddr;
44 be32_t magic;
H A Ddhcp6-internal.h38 be32_t lifetime_preferred;
39 be32_t lifetime_valid;
46 be32_t id;
47 be32_t lifetime_t1;
48 be32_t lifetime_t2;
H A Ddhcp-internal.h36 int dhcp_network_bind_udp_socket(be32_t address, uint16_t port);
39 int dhcp_network_send_udp_socket(int s, be32_t address, uint16_t port,
56 void dhcp_packet_append_ip_headers(DHCPPacket *packet, be32_t source_addr,
57 uint16_t source, be32_t destination_addr,
H A Darp-util.c28 int arp_network_bind_raw_socket(int ifindex, be32_t address, const struct ether_addr *eth_mac) {
111 be32_t pa, const struct ether_addr *ha,
124 .ea_hdr.ar_pln = sizeof(be32_t), /* PLEN */
147 be32_t pa, const struct ether_addr *ha) {
152 be32_t pa, const struct ether_addr *ha) {
H A Ddhcp6-lease-internal.h65 int dhcp6_lease_get_iaid(sd_dhcp6_lease *lease, be32_t *iaid);
H A Ddhcp6-protocol.h34 be32_t transaction_id;
H A Dsd-dhcp-server.c42 be32_t netmask;
283 static int dhcp_server_send_udp(sd_dhcp_server *server, be32_t destination,
345 be32_t destination = INADDR_ANY;
444 be32_t address) {
447 be32_t lease_time;
481 be32_t address) {
484 be32_t lease_time;
556 static int server_send_forcerenew(sd_dhcp_server *server, be32_t address,
557 be32_t gateway, uint8_t chaddr[]) {
599 req->lifetime = be32toh(*(be32_t*)optio
[all...]
H A Ddhcp-packet.c91 void dhcp_packet_append_ip_headers(DHCPPacket *packet, be32_t source_addr,
92 uint16_t source_port, be32_t destination_addr,
H A Dsd-ipv4ll.c49 be32_t address; /* the address pushed to ACD */
54 be32_t claimed_address;
267 be32_t addr;
H A Dtest-ipv4ll.c71 be32_t pa, const struct ether_addr *ha) {
83 be32_t pa, const struct ether_addr *ha) {
94 int arp_network_bind_raw_socket(int index, be32_t address, const struct ether_addr *eth_mac) {
H A Ddhcp-network.c157 int dhcp_network_bind_udp_socket(be32_t address, uint16_t port) {
217 int dhcp_network_send_udp_socket(int s, be32_t address, uint16_t port,
H A Dtest-dhcp-server.c97 be32_t address;
102 be32_t address;
H A Dsd-dhcp6-lease.c142 int dhcp6_lease_get_iaid(sd_dhcp6_lease *lease, be32_t *iaid) {
H A Dtest-dhcp-client.c42 static be32_t xid;
206 int dhcp_network_bind_udp_socket(be32_t address, uint16_t port) {
216 int dhcp_network_send_udp_socket(int s, be32_t address, uint16_t port, const void *packet, size_t len) {
H A Dtest-dhcp6-client.c48 static be32_t test_iaid = 0;
211 be32_t val;
416 be32_t val;
H A Dsd-ipv4acd.c90 be32_t address;
H A Dsd-dhcp-lease.c297 *ret = unaligned_read_be32((be32_t*) option);
318 static int lease_parse_be32(const uint8_t *option, size_t len, be32_t *ret) {
H A Dsd-dhcp6-client.c53 be32_t transaction_id;
680 be32_t iaid_lease;
H A Dsd-dhcp-client.c64 be32_t last_addr;
/systemd/src/basic/
H A Dsparse-endian.h39 typedef uint32_t __bitwise be32_t; typedef
77 static inline be32_t htobe32(uint32_t value) { return (be32_t __force) bswap_32_on_le(value); }
85 static inline uint32_t be32toh(be32_t value) { return bswap_32_on_le((uint32_t __force)value); }
/systemd/src/import/
H A Dqcow2-util.c35 be32_t magic;
36 be32_t version;
39 be32_t backing_file_size;
41 be32_t cluster_bits;
43 be32_t crypt_method;
45 be32_t l1_size;
49 be32_t refcount_table_clusters;
51 be32_t nb_snapshots;
59 be32_t refcount_order;
60 be32_t header_lengt
[all...]
/systemd/src/timesync/
H A Dtimesyncd-manager.c102 be32_t sec;
103 be32_t frac;

Completed in 4291 milliseconds