Searched refs:hops (Results 1 - 3 of 3) sorted by relevance

/systemd/src/libsystemd-network/
H A Dicmp6-util.c50 int r, zero = 0, one = 1, hops = 255; local
74 r = setsockopt(s, IPPROTO_IPV6, IPV6_MULTICAST_HOPS, &hops, sizeof(hops));
H A Ddhcp-protocol.h33 uint8_t hops; member in struct:DHCPMessage
H A Dsd-ndisc.c540 int hops = *(int*)CMSG_DATA(cmsg); local
542 if (hops != 255) {
543 log_ndisc(nd, "Received RA with invalid hop limit %d. Ignoring.", hops);

Completed in 1554 milliseconds