Searched refs:recv (Results 1 – 25 of 33) sorted by relevance
12
/systemd-251/src/libsystemd-network/ |
D | test-ipv4ll.c | 158 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()
|
D | sd-lldp-rx.c | 216 length = recv(fd, LLDP_NEIGHBOR_RAW(n), n->raw_size, MSG_DONTWAIT); in lldp_rx_receive_datagram()
|
/systemd-251/src/timedate/ |
D | timedatectl.c | 337 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/ |
D | nscd-flush.c | 100 m = recv(fd, (uint8_t*) &resp + has_read, sizeof(resp) - has_read, 0); in nscd_flush_cache_one()
|
/systemd-251/src/fuzz/ |
D | fuzz-varlink.c | 52 n = recv(fd, c, sizeof(c), MSG_DONTWAIT); in io_callback()
|
/systemd-251/src/basic/ |
D | syscall-list.txt | 417 recv
|
D | syscalls-alpha.txt | 417 recv 102
|
D | syscalls-arc.txt | 417 recv
|
D | syscalls-arm.txt | 417 recv 291
|
D | syscalls-arm64.txt | 417 recv
|
D | syscalls-i386.txt | 417 recv
|
D | syscalls-ia64.txt | 417 recv 1200
|
D | syscalls-loongarch64.txt | 417 recv
|
D | syscalls-m68k.txt | 417 recv
|
D | syscalls-mips64.txt | 417 recv
|
D | syscalls-mips64n32.txt | 417 recv
|
D | syscalls-mipso32.txt | 417 recv 4175
|
D | syscalls-powerpc.txt | 417 recv 336
|
D | syscalls-powerpc64.txt | 417 recv 336
|
D | syscalls-riscv32.txt | 417 recv
|
D | syscalls-riscv64.txt | 417 recv
|
D | syscalls-s390.txt | 417 recv
|
D | syscalls-s390x.txt | 417 recv
|
D | syscalls-sparc.txt | 417 recv
|
D | syscalls-x86_64.txt | 417 recv
|
12