Searched refs:rth (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/Libinfo-449.1.3/gen.subproj/
H A Drthdr.c313 struct ip6_rthdr *rth = (struct ip6_rthdr *)bp; local
326 rth0 = (struct ip6_rthdr0 *)rth;
342 struct ip6_rthdr *rth = (struct ip6_rthdr *)bp; local
346 switch (rth->ip6r_type) {
348 rth0 = (struct ip6_rthdr0 *)rth;
/macosx-10.9.5/network_cmds-433/traceroute6.tproj/
H A Dtraceroute6.c344 struct ip6_rthdr *rth; variable in typeref:struct:ip6_rthdr
437 if (rth == NULL) {
442 if ((rth = inet6_rth_init((void *)rtbuf,
450 if (inet6_rth_add((void *)rth,
741 if (rth) {/* XXX: there is no library to finalize the header... */
742 rth->ip6r_len = rth->ip6r_segleft * 2;
744 (void *)rth, (rth->ip6r_len + 1) << 3)) {
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet6/
H A Dicmp6.c945 struct ip6_rthdr *rth; local
987 IP6_EXTHDR_CHECK(m, 0, eoff + sizeof(*rth),
989 rth = (struct ip6_rthdr *)(mtod(m, caddr_t)
992 IP6_EXTHDR_GET(rth, struct ip6_rthdr *, m,
993 eoff, sizeof(*rth));
994 if (rth == NULL) {
999 rthlen = (rth->ip6r_len + 1) << 3;
1008 if (rth->ip6r_segleft &&
1009 rth->ip6r_type == IPV6_RTHDR_TYPE_0) {
1031 nxt = rth
[all...]
H A Dip6_output.c3612 struct ip6_rthdr *rth; local
3623 rth = (struct ip6_rthdr *)(void *)buf;
3624 rthlen = (rth->ip6r_len + 1) << 3;
3628 switch (rth->ip6r_type) {
3630 if (rth->ip6r_len == 0) /* must contain one addr */
3632 if (rth->ip6r_len % 2) /* length must be even */
3634 if (rth->ip6r_len / 2 != rth->ip6r_segleft)
3646 bcopy(rth, opt->ip6po_rthdr, rthlen);
/macosx-10.9.5/misc_cmds-32/calendar/calendars/de_DE.ISO8859-1/
H A Dcalendar.geschichte31 12/07 Erste deutsche Eisenbahn zwischen N�rnberg und F�rth, 1835

Completed in 105 milliseconds