Home
last modified time | relevance | path

Searched refs:recv (Results 1 – 25 of 33) sorted by relevance

12

/systemd-251/src/libsystemd-network/
Dtest-ipv4ll.c158 assert_se(recv(test_fd[1], &arp, sizeof(struct ether_arp), 0) == sizeof(struct ether_arp)); in test_basic_request()
163 … assert_se(recv(test_fd[1], &arp, sizeof(struct ether_arp), 0) == sizeof(struct ether_arp)); in test_basic_request()
167 … assert_se(recv(test_fd[1], &arp, sizeof(struct ether_arp), 0) == sizeof(struct ether_arp)); in test_basic_request()
Dsd-lldp-rx.c216 length = recv(fd, LLDP_NEIGHBOR_RAW(n), n->raw_size, MSG_DONTWAIT); in lldp_rx_receive_datagram()
/systemd-251/src/timedate/
Dtimedatectl.c337 usec_t origin, recv, trans, dest; member
428 if (i->dest < i->origin || i->trans < i->recv || i->dest - i->origin < i->trans - i->recv) { in print_ntp_status_info()
437 delay = (i->dest - i->origin) - (i->trans - i->recv); in print_ntp_status_info()
440 t23 = i->recv + i->trans; in print_ntp_status_info()
589 &p->origin, &p->recv, &p->trans, &p->dest, in map_ntp_message()
742 printf(" ReceiveTimestamp=%s,", FORMAT_TIMESTAMP(i.recv)); in print_timesync_property()
/systemd-251/src/shared/
Dnscd-flush.c100 m = recv(fd, (uint8_t*) &resp + has_read, sizeof(resp) - has_read, 0); in nscd_flush_cache_one()
/systemd-251/src/fuzz/
Dfuzz-varlink.c52 n = recv(fd, c, sizeof(c), MSG_DONTWAIT); in io_callback()
/systemd-251/src/basic/
Dsyscall-list.txt417 recv
Dsyscalls-alpha.txt417 recv 102
Dsyscalls-arc.txt417 recv
Dsyscalls-arm.txt417 recv 291
Dsyscalls-arm64.txt417 recv
Dsyscalls-i386.txt417 recv
Dsyscalls-ia64.txt417 recv 1200
Dsyscalls-loongarch64.txt417 recv
Dsyscalls-m68k.txt417 recv
Dsyscalls-mips64.txt417 recv
Dsyscalls-mips64n32.txt417 recv
Dsyscalls-mipso32.txt417 recv 4175
Dsyscalls-powerpc.txt417 recv 336
Dsyscalls-powerpc64.txt417 recv 336
Dsyscalls-riscv32.txt417 recv
Dsyscalls-riscv64.txt417 recv
Dsyscalls-s390.txt417 recv
Dsyscalls-s390x.txt417 recv
Dsyscalls-sparc.txt417 recv
Dsyscalls-x86_64.txt417 recv

12