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

/freebsd-current/usr.sbin/rtsold/
H A Dcap_sendmsg.c83 sendpacket(int sock, struct sockaddr_in6 *dst, uint32_t ifindex, int hoplimit, argument
118 memcpy(CMSG_DATA(cm), &hoplimit, sizeof(int)); local
/freebsd-current/sys/ofed/include/rdma/
H A Dib_addr.h102 int hoplimit; member in struct:rdma_dev_addr
153 int *hoplimit);
/freebsd-current/sys/ofed/drivers/infiniband/core/
H A Dib_addr.c288 addr->hoplimit = V_ip_defttl;
471 addr->hoplimit = V_ip_defttl;
860 int *hoplimit)
890 if (hoplimit)
891 *hoplimit = dev_addr.hoplimit;
857 rdma_addr_find_l2_eth_by_grh(const union ib_gid *sgid, const union ib_gid *dgid, u8 *dmac, if_t dev, int *hoplimit) argument
H A Dib_verbs.c581 int hoplimit = 0xff; local
619 dgid_attr.ndev, &hoplimit);
649 ah_attr->grh.hop_limit = hoplimit;
H A Dib_cma.c2813 /* TODO: get the hoplimit from the inet/inet6 device */
2814 route->path_rec->hop_limit = addr->dev_addr.hoplimit;
/freebsd-current/sbin/ping/
H A Dping6.c218 static int hoplimit = -1; /* hoplimit */ variable
421 case 'm': /* hoplimit */
422 hoplimit = strtol(optarg, &e, 10);
424 errx(1, "illegal hoplimit %s", optarg);
425 if (255 < hoplimit || hoplimit < -1)
427 "illegal hoplimit -- %s", optarg);
890 if (hoplimit != -1)
920 if (hoplimit !
924 memcpy(CMSG_DATA(scmsgp), &hoplimit, sizeof(hoplimit)); local
[all...]
/freebsd-current/usr.sbin/rrenumd/
H A Drrenumd.c429 int hoplimit = RR_MCHLIM_DEFAULT; local
447 memcpy(CMSG_DATA(cm), &hoplimit, sizeof(int)); local
/freebsd-current/sys/netinet/tcp_stacks/
H A Dtcp_rack.h342 uint8_t hoplimit; member in struct:rack_fast_send_blk
H A Drack.c14798 rack->r_ctl.fsb.hoplimit = in6_selecthlim(rack->rc_inp, NULL);
14820 rack->r_ctl.fsb.hoplimit = tptoinpcb(tp)->inp_ip_ttl;
19661 ip6->ip6_hlim = rack->r_ctl.fsb.hoplimit;
19675 ip->ip_ttl = rack->r_ctl.fsb.hoplimit;
20221 ip6->ip6_hlim = rack->r_ctl.fsb.hoplimit;
20235 ip->ip_ttl = rack->r_ctl.fsb.hoplimit;
22974 * we separately set hoplimit for every segment, since the
22979 rack->r_ctl.fsb.hoplimit = ip6->ip6_hlim = in6_selecthlim(inp, NULL);
23018 rack->r_ctl.fsb.hoplimit = ip->ip_ttl;
/freebsd-current/usr.sbin/rtadvd/
H A Drtadvd.c1573 /* specify to tell value of hoplimit field of received IP6 hdr */
1743 int hoplimit = 255; local
1749 memcpy(CMSG_DATA(cm), &hoplimit, sizeof(int)); local

Completed in 346 milliseconds