| /src/external/bsd/tcpdump/dist/ |
| print-geonet.c | 108 u_int hop_limit; local 130 hop_limit = GET_U_1(bp + 7); 170 ND_PRINT("HopLim:%u ", hop_limit);
|
| print-rsvp.c | 335 uint8_t hop_limit; member in struct:rsvp_obj_frr_t 1566 obj_ptr.rsvp_obj_frr->hop_limit, 1585 obj_ptr.rsvp_obj_frr->hop_limit,
|
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| icmp.c | 117 " hop_limit %d on " PUB_S_SRP ": checksum = %x " 122 message->hop_limit, message->interface->name, message->checksum, message->cur_hop_limit, message->flags, 126 " hop_limit %d on " PUB_S_SRP ": code = %d checksum = %x", 129 message->hop_limit, message->interface->name, 132 INFO("icmp message from " PRI_SEGMENTED_IPv6_ADDR_SRP " to " PRI_SEGMENTED_IPv6_ADDR_SRP " hop_limit %d on " 136 message->hop_limit, message->interface->name, message->type, 333 icmp_message(route_state_t *route_state, uint8_t *icmp_buf, unsigned length, int ifindex, int hop_limit, addr_t *src, addr_t *dest) 346 message->hop_limit = hop_limit; 452 int hop_limit = 0 local 502 int hop_limit = 255; local 545 memcpy(CMSG_DATA(cmsg_pointer), &hop_limit, sizeof(hop_limit)); local [all...] |
| posix.c | 441 ioloop_recvmsg(int sock, uint8_t *buffer, size_t buffer_length, int *ifindex, int *hop_limit, addr_t *source, 497 *hop_limit = *(int *)CMSG_DATA(cmh);
|
| route.h | 324 int hop_limit; // Hop limit provided by the kernel, must be 255. member in struct:icmp_message
|
| route.c | 1106 if (message->hop_limit != 255 || message->code != 0) { 1107 ERROR("Invalid router solicitation, hop limit = %d, code = %d", message->hop_limit, message->code); 1199 if (message->hop_limit != 255 || message->code != 0 || !IN6_IS_ADDR_LINKLOCAL(&message->source)) { 1200 ERROR("Invalid router advertisement, hop limit = %d, code = %d", message->hop_limit, message->code); 1262 if (message->hop_limit != 255 || message->code != 0) { 1263 ERROR("Invalid neighbor advertisement, hop limit = %d, code = %d", message->hop_limit, message->code);
|
| /src/external/mpl/dhcp/dist/common/ |
| socket.c | 343 void set_multicast_hop_limit(struct interface_info* info, int hop_limit) { 345 &hop_limit, sizeof(int)) < 0) { 351 hop_limit, info->name);
|
| /src/external/mpl/dhcp/dist/includes/ |
| dhcpd.h | 2661 void set_multicast_hop_limit(struct interface_info* info, int hop_limit);
|