Searched refs:odst (Results 1 - 18 of 18) sorted by relevance

/freebsd-10-stable/contrib/less/
H A Dcvt.c54 * Returns converted text in odst. The original offset of each
55 * odst character (when it was in osrc) is returned in the chpos array.
58 cvt_text(odst, osrc, chpos, lenp, ops)
59 char *odst;
66 char *edst = odst;
76 for (src = osrc, dst = odst; src < src_end; )
79 int dst_pos = (int) (dst - odst);
81 if ((ops & CVT_BS) && ch == '\b' && dst > odst)
86 } while (dst > odst && utf_mode &&
108 if ((ops & CVT_CRLF) && edst > odst
[all...]
H A Dfuncs.h93 public void cvt_text LESSPARAMS ((char *odst, char *osrc, int *chpos, int *lenp, int ops));
/freebsd-10-stable/lib/libc/inet/
H A Dinet_net_pton.c68 const u_char *odst = dst; local
129 isdigit((unsigned char)(src[0])) && dst > odst) {
150 if (dst == odst)
154 if (*odst >= 240) /*%< Class E */
156 else if (*odst >= 224) /*%< Class D */
158 else if (*odst >= 192) /*%< Class C */
160 else if (*odst >= 128) /*%< Class B */
165 if (bits < ((dst - odst) * 8))
166 bits = (dst - odst) * 8;
171 if (bits == 8 && *odst
224 u_char *odst = dst; local
[all...]
H A Dinet_neta.c60 char *odst = dst; local
79 if (dst == odst) {
84 return (odst);
H A Dinet_cidr_pton.c88 const u_char *odst = dst; local
114 if (ch == '/' && dst > odst) {
123 if (dst - odst == 4)
130 if (dst == odst)
134 if (((bits - (ipv6 ? 96 : 0)) / 8) > (dst - odst))
H A Dinet_net_ntop.c98 char *odst = dst; local
135 if (dst != odst)
146 return (odst);
H A Dinet_cidr_ntop.c79 char *odst = dst; local
94 return (dst - odst);
112 char *odst = dst; local
147 return (odst);
/freebsd-10-stable/contrib/tcpdump/
H A Dprint-mobile.c61 u_int32_t odst; member in struct:mobile_ip
102 (void)printf("> %s ",ipaddr_string(&mob->odst));
/freebsd-10-stable/lib/libc/nameser/
H A Dns_ttl.c55 char *odst = dst; local
90 for (p = odst; (ch = *p) != '\0'; p++)
95 return (dst - odst);
/freebsd-10-stable/sys/netipsec/
H A Dkey.h71 #define KEY_GETTUNNEL(osrc, odst, isrc, idst) \
72 key_gettunnel(osrc, odst, isrc, idst, __FILE__, __LINE__)
H A Dkey.c728 const struct sockaddr *odst,
778 key_sockaddrcmp(&r2->saidx.dst.sa, odst, 0))
/freebsd-10-stable/sys/netinet6/
H A Dip6_forward.c103 struct in6_addr src_in6, dst_in6, odst; local
509 odst = ip6->ip6_dst;
517 if (!IN6_ARE_ADDR_EQUAL(&odst, &ip6->ip6_dst)) {
H A Dip6_input.c412 struct in6_addr odst; local
616 odst = ip6->ip6_dst;
628 srcrt = !IN6_ARE_ADDR_EQUAL(&odst, &ip6->ip6_dst);
H A Dip6_output.c300 struct in6_addr odst; local
792 odst = ip6->ip6_dst;
800 if (!IN6_ARE_ADDR_EQUAL(&odst, &ip6->ip6_dst)) {
/freebsd-10-stable/sys/netinet/
H A Dip_output.c136 struct in_addr odst; local
512 odst.s_addr = ip->ip_dst.s_addr;
520 if (odst.s_addr != ip->ip_dst.s_addr) {
H A Dip_input.c368 struct in_addr odst; /* original dst address */ local
487 odst = ip->ip_dst;
494 dchg = (odst.s_addr != ip->ip_dst.s_addr);
/freebsd-10-stable/sys/contrib/ipfilter/netinet/
H A Dip_nat6.c1599 int flags, dlen, odst; local
1720 odst = 1;
1728 odst = 0;
1771 if (odst == 1) {
1847 if (odst == 1) {
1877 * odst X == dst == dst X
H A Dip_nat.c3788 int flags, dlen, odst; local
3910 odst = 1;
3918 odst = 0;
3953 if (odst == 1) {
4024 if (odst == 1) {
4054 * odst X == dst == dst X

Completed in 148 milliseconds