Searched refs:be32_t (Results 1 - 25 of 25) sorted by relevance
/systemd/src/libsystemd-network/ |
H A D | arp-util.h | 27 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 D | dhcp-server-internal.h | 39 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 D | dhcp-lease-internal.h | 55 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 D | dhcp-protocol.h | 34 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 D | dhcp6-internal.h | 38 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 D | dhcp-internal.h | 36 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 D | arp-util.c | 28 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 D | dhcp6-lease-internal.h | 65 int dhcp6_lease_get_iaid(sd_dhcp6_lease *lease, be32_t *iaid);
|
H A D | dhcp6-protocol.h | 34 be32_t transaction_id;
|
H A D | sd-dhcp-server.c | 42 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 D | dhcp-packet.c | 91 void dhcp_packet_append_ip_headers(DHCPPacket *packet, be32_t source_addr, 92 uint16_t source_port, be32_t destination_addr,
|
H A D | sd-ipv4ll.c | 49 be32_t address; /* the address pushed to ACD */ 54 be32_t claimed_address; 267 be32_t addr;
|
H A D | test-ipv4ll.c | 71 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 D | dhcp-network.c | 157 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 D | test-dhcp-server.c | 97 be32_t address; 102 be32_t address;
|
H A D | sd-dhcp6-lease.c | 142 int dhcp6_lease_get_iaid(sd_dhcp6_lease *lease, be32_t *iaid) {
|
H A D | test-dhcp-client.c | 42 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 D | test-dhcp6-client.c | 48 static be32_t test_iaid = 0; 211 be32_t val; 416 be32_t val;
|
H A D | sd-ipv4acd.c | 90 be32_t address;
|
H A D | sd-dhcp-lease.c | 297 *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 D | sd-dhcp6-client.c | 53 be32_t transaction_id; 680 be32_t iaid_lease;
|
H A D | sd-dhcp-client.c | 64 be32_t last_addr;
|
/systemd/src/basic/ |
H A D | sparse-endian.h | 39 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 D | qcow2-util.c | 35 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 D | timesyncd-manager.c | 102 be32_t sec; 103 be32_t frac;
|
Completed in 4291 milliseconds