Searched refs:hoplimit (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/usr.sbin/rtsold/
H A Dcap_sendmsg.c85 sendpacket(int sock, struct sockaddr_in6 *dst, uint32_t ifindex, int hoplimit, argument
120 memcpy(CMSG_DATA(cm), &hoplimit, sizeof(int)); local
/freebsd-13-stable/sys/ofed/include/rdma/
H A Dib_addr.h98 int hoplimit; member in struct:rdma_dev_addr
149 int *hoplimit);
/freebsd-13-stable/sys/ofed/drivers/infiniband/core/
H A Dib_addr.c292 addr->hoplimit = V_ip_defttl;
468 addr->hoplimit = V_ip_defttl;
857 int *hoplimit)
887 if (hoplimit)
888 *hoplimit = dev_addr.hoplimit;
854 rdma_addr_find_l2_eth_by_grh(const union ib_gid *sgid, const union ib_gid *dgid, u8 *dmac, struct net_device *dev, int *hoplimit) argument
H A Dib_verbs.c499 int hoplimit = 0xff; local
537 dgid_attr.ndev, &hoplimit);
567 ah_attr->grh.hop_limit = hoplimit;
H A Dib_cma.c2735 /* TODO: get the hoplimit from the inet/inet6 device */
2736 route->path_rec->hop_limit = addr->dev_addr.hoplimit;
/freebsd-13-stable/sbin/ping/
H A Dping6.c234 static int hoplimit = -1; /* hoplimit */ variable
454 case 'm': /* hoplimit */
455 hoplimit = strtol(optarg, &e, 10);
457 errx(1, "illegal hoplimit %s", optarg);
458 if (255 < hoplimit || hoplimit < -1)
460 "illegal hoplimit -- %s", optarg);
922 if (hoplimit != -1)
952 if (hoplimit !
956 memcpy(CMSG_DATA(scmsgp), &hoplimit, sizeof(hoplimit)); local
[all...]
/freebsd-13-stable/usr.sbin/rrenumd/
H A Drrenumd.c435 int hoplimit = RR_MCHLIM_DEFAULT; local
453 memcpy(CMSG_DATA(cm), &hoplimit, sizeof(int)); local
/freebsd-13-stable/sys/netinet/tcp_stacks/
H A Dtcp_rack.h324 uint8_t hoplimit; member in struct:rack_fast_send_blk
H A Drack.c15314 ip6->ip6_hlim = rack->r_ctl.fsb.hoplimit;
15328 ip->ip_ttl = rack->r_ctl.fsb.hoplimit;
15791 ip6->ip6_hlim = rack->r_ctl.fsb.hoplimit;
15805 ip->ip_ttl = rack->r_ctl.fsb.hoplimit;
18021 * we separately set hoplimit for every segment, since the
18026 rack->r_ctl.fsb.hoplimit = ip6->ip6_hlim = in6_selecthlim(inp, NULL);
18069 rack->r_ctl.fsb.hoplimit = ip->ip_ttl;
/freebsd-13-stable/usr.sbin/rtadvd/
H A Drtadvd.c1580 /* specify to tell value of hoplimit field of received IP6 hdr */
1752 int hoplimit = 255; local
1758 memcpy(CMSG_DATA(cm), &hoplimit, sizeof(int)); local

Completed in 225 milliseconds