Searched refs:ip (Results 151 - 175 of 1028) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/arm/arm/
H A Dblockio.S65 mov ip, sp
66 stmfd sp!, {fp, ip, lr, pc}
67 sub fp, ip, #4
118 mov ip, sp
119 stmfd sp!, {fp, ip, lr, pc}
120 sub fp, ip, #4
198 ldr ip, [r0]
200 orr r3, r3, ip, lsl #16
231 ldrb ip, [r1], #0x0001
233 orr r3, r3, ip, ls
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_fpclassify.c60 float d0, d1, d2, f, ip; local
79 d2 = modff(d1, &ip);
81 ATF_REQUIRE_EQ(ip, 0);
104 double d0, d1, d2, f, ip; local
123 d2 = modf(d1, &ip);
125 ATF_REQUIRE_EQ(ip, 0);
155 long double d0, d1, d2, f, ip; local
174 d2 = modfl(d1, &ip);
176 ATF_REQUIRE_EQ(ip, 0);
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dieee754-df.S98 orrnes ip, r4, xl
99 orrnes ip, r5, yl
100 mvnnes ip, r4, asr #21
101 mvnnes ip, r5, asr #21
127 mov ip, #0x00100000
128 orr xh, ip, xh, lsr #12
135 orr yh, ip, yh, lsr #12
149 @ Shift yh-yl right per r5, add to xh-xl, keep leftover bits into ip.
152 mov ip, yl, lsl lr
161 mov ip, y
[all...]
/freebsd-11-stable/usr.sbin/lpr/lpd/
H A Dmodes.c202 msearch(char *str, struct termios *ip) argument
208 ip->c_cflag &= ~mp->unset;
209 ip->c_cflag |= mp->set;
214 ip->c_iflag &= ~mp->unset;
215 ip->c_iflag |= mp->set;
220 ip->c_lflag &= ~mp->unset;
221 ip->c_lflag |= mp->set;
226 ip->c_oflag &= ~mp->unset;
227 ip->c_oflag |= mp->set;
/freebsd-11-stable/cddl/lib/libdtrace/
H A Dip.d21 * $FreeBSD: stable/11/cddl/lib/libdtrace/ip.d 333617 2018-05-15 00:00:44Z dteske $
29 #pragma D depends_on provider ip
200 * This field is always NULL according to the current definition of the ip
226 ip_ver = p == NULL ? 0 : ((struct ip *)p)->ip_v;
228 ((struct ip *)p)->ip_v == 4 ?
229 ntohs(((struct ip *)p)->ip_len) - (((struct ip *)p)->ip_hl << 2):
232 ((struct ip *)p)->ip_v == 4 ?
233 inet_ntoa(&((struct ip *)p)->ip_src.s_addr) :
236 ((struct ip *)
[all...]
/freebsd-11-stable/contrib/netbsd-tests/net/net/
H A Dt_mtudisc.sh48 local ip=$4
53 atf_check -s exit:0 rump.ifconfig $if $ip
74 local ip=$1
80 ftp -q $timeout -o ./out http://$ip/$HTML_FILE
118 atf_check -s exit:0 rump.sysctl -w -q net.inet.ip.forwarding=1
124 atf_check -s exit:0 -o match:"1" rump.sysctl -n net.inet.ip.mtudisc
141 atf_check -s exit:0 -o ignore rump.sysctl -w -q net.inet.ip.maxfragpackets=0
147 atf_check -s exit:0 -o ignore rump.sysctl -w -q net.inet.ip.mtudisc=0
165 atf_check -s exit:0 -o ignore rump.sysctl -w -q net.inet.ip.mtudisc=1
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Droken_gethostby.c45 make_address(const char *address, struct in_addr *ip) argument
47 if(inet_aton(address, ip) == 0){
53 ip->s_addr = (p[0] << 24) | (p[1] << 16) | (p[2] << 8) | p[3];
133 /* Try to lookup a name or an ip-address using http as transport
201 struct in_addr ip; local
202 inet_aton(p, &ip);
203 ip.s_addr = ntohl(ip.s_addr);
205 addrs[num_addrs * 4 + 0] = (ip.s_addr >> 24) & 0xff;
206 addrs[num_addrs * 4 + 1] = (ip
[all...]
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-udp.c37 #include "ip.h"
142 const u_int *ip = (const u_int *)hdr; local
153 ip += 2;
171 ip += 1;
188 ND_TCHECK_32BITS(ip);
189 i2 = EXTRACT_32BITS(ip);
195 ip += optlen;
201 ND_TCHECK_32BITS(ip);
202 i2 = EXTRACT_32BITS(ip);
208 ip
301 udp_cksum(netdissect_options *ndo, register const struct ip *ip, register const struct udphdr *up, register u_int len) argument
317 udpipaddr_print(netdissect_options *ndo, const struct ip *ip, int sport, int dport) argument
374 register const struct ip *ip; local
[all...]
/freebsd-11-stable/sys/fs/ext2fs/
H A Dext2_extents.c47 ext4_ext_binsearch_index(struct inode *ip, struct ext4_extent_path *path, argument
80 ext4_ext_binsearch(struct inode *ip, struct ext4_extent_path *path, daddr_t lbn, argument
128 ext4_ext_in_cache(struct inode *ip, daddr_t lbn, struct ext4_extent *ep) argument
133 ecp = &ip->i_ext_cache;
153 ext4_ext_put_cache(struct inode *ip, struct ext4_extent *ep, int type) argument
157 ecp = &ip->i_ext_cache;
168 ext4_ext_find_extent(struct m_ext2fs *fs, struct inode *ip, argument
176 ehp = (struct ext4_extent_header *)(char *)ip->i_db;
184 daddr_t last_lbn = lblkno(ip->i_e2fs, ip
[all...]
/freebsd-11-stable/sys/netinet/
H A Draw_ip.c71 #include <netinet/ip.h>
123 int (*ip_mforward)(struct ip *, struct ifnet *, struct mbuf *,
230 rip_append(struct inpcb *last, struct ip *ip, struct mbuf *n, argument
249 if (last->inp_ip_minttl && last->inp_ip_minttl > ip->ip_ttl)
258 ip_savecontrol(last, &opts, ip, n);
283 struct ip *ip = mtod(m, struct ip *); local
293 ripsrc.sin_addr = ip
435 struct ip *ip; local
[all...]
/freebsd-11-stable/contrib/ipfilter/
H A Dip_msnrpc_pxy.c91 int ippr_msnrpc_check(ip, mrh)
92 ip_t *ip;
103 if (mrh->mrh_dlen > ip->ip_len)
106 if (mrh->mrh_hint > ip->ip_len)
118 int ippr_msnrpc_out(fin, ip, aps, nat)
120 ip_t *ip;
139 if (ippr_msnrpc_check(ip, mrh))
159 int ippr_msnrpc_in(fin, ip, aps, nat)
161 ip_t *ip;
182 if (ippr_msnrpc_check(ip, mr
[all...]
/freebsd-11-stable/sys/ufs/ffs/
H A Dffs_snapshot.c116 ffs_snapgone(ip)
117 struct inode *ip;
216 struct inode *ip, *xp; local
305 ip = VTOI(vp);
306 devvp = ITODEVVP(ip);
316 ip->i_size = lblktosize(fs, (off_t)numblks);
317 DIP_SET(ip, i_size, ip->i_size);
318 ip->i_flag |= IN_SIZEMOD | IN_CHANGE | IN_UPDATE;
398 ip
884 struct inode *ip; local
1189 struct inode *ip = VTOI(vp); local
1243 struct inode *ip; local
1473 struct inode *ip = VTOI(vp); local
1527 struct inode *ip; local
1606 struct inode *ip; local
1754 struct inode *ip; local
1966 struct inode *ip; local
2252 struct inode *ip; local
2469 struct inode *ip; local
2503 struct inode *ip = VTOI(vp); local
2534 struct inode *ip; local
[all...]
/freebsd-11-stable/bin/stty/
H A Dcchar.c96 csearch(char ***argvp, struct info *ip) argument
120 ip->t.c_cc[cp->sub] = _POSIX_VDISABLE;
132 ip->t.c_cc[cp->sub] = val;
134 ip->t.c_cc[cp->sub] = (arg[1] == '?') ? 0177 :
137 ip->t.c_cc[cp->sub] = arg[0];
138 ip->set = 1;
/freebsd-11-stable/lib/libc/arm/gen/
H A D_setjmp.S58 * r1-r3,ip are scratch registers in functions
113 ldr ip, .L_setjmp_magic /* load magic */
114 teq ip, r3 /* magic correct? */
120 add ip, r0, #(_JB_REG_D8 * 4)
121 vldmia ip, {d8-d15}
122 ldr ip, [r0, #(_JB_REG_FPSCR * 4)]
123 vmsr fpscr, ip
/freebsd-11-stable/sys/netipsec/
H A Dipsec_output.c55 #include <netinet/ip.h>
114 struct ip *ip; local
138 ip = mtod(m, struct ip *);
144 sin->sin_addr = ip->ip_src;
151 sin->sin_addr = ip->ip_dst;
190 struct ip *ip; local
219 ip
329 struct ip *ip = mtod(m, struct ip *); local
557 struct ip *ip; local
863 struct ip *ip; local
[all...]
/freebsd-11-stable/sbin/ping/
H A Dping.c74 #include <netinet/ip.h>
107 #define MAXIPLEN (sizeof(struct ip) + MAX_IPOPTLEN)
222 static void pr_iph(struct ip *);
224 static void pr_retip(struct ip *);
237 struct ip *ip; local
301 outpack = outpackhdr + sizeof(struct ip);
555 icmp_len = sizeof(struct ip) + ICMP_MINLEN + phdr_len;
702 ip = (struct ip*)outpackhd
1042 struct ip *ip; local
1115 struct ip *ip; local
1668 pr_iph(struct ip *ip) argument
1731 pr_retip(struct ip *ip) argument
[all...]
/freebsd-11-stable/sys/netgraph/
H A Dng_tcpmss.c58 #include <netinet/ip.h>
270 struct ip *ip; local
301 M_CHECK(sizeof(struct ip));
302 ip = mtod(m, struct ip *);
305 if (ip->ip_v != IPVERSION)
309 iphlen = ip->ip_hl << 2;
310 if (iphlen < sizeof(struct ip) || iphlen > pktlen )
314 if (!(ip
[all...]
/freebsd-11-stable/contrib/tcp_wrappers/
H A Dinetcf.c281 struct inet_ent *ip = local
284 if (ip == 0) {
288 ip->next = inet_list;
289 strcpy(ip->name, name);
290 ip->type = type;
291 inet_list = ip;
299 struct inet_ent *ip; local
304 for (ip = inet_list; ip; ip
[all...]
/freebsd-11-stable/usr.sbin/makefs/ffs/
H A Dffs_alloc.c91 ffs_alloc(struct inode *ip, daddr_t lbn __unused, daddr_t bpref, int size, argument
94 struct fs *fs = ip->i_fs;
108 cg = ino_to_cg(fs, ip->i_number);
111 bno = ffs_hashalloc(ip, cg, bpref, size, ffs_alloccg);
113 if (ip->i_fs->fs_magic == FS_UFS1_MAGIC)
114 ip->i_ffs1_blocks += size / DEV_BSIZE;
116 ip->i_ffs2_blocks += size / DEV_BSIZE;
152 ffs_blkpref_ufs1(struct inode *ip, daddr_t lbn, int indx, int32_t *bap) argument
158 fs = ip->i_fs;
161 cg = ino_to_cg(fs, ip
191 ffs_blkpref_ufs2(struct inode *ip, daddr_t lbn, int indx, int64_t *bap) argument
243 ffs_hashalloc(struct inode *ip, int cg, daddr_t pref, int size, daddr_t (*allocator)(struct inode *, int, daddr_t, int)) argument
292 ffs_alloccg(struct inode *ip, int cg, daddr_t bpref, int size) argument
379 ffs_alloccgblk(struct inode *ip, struct buf *bp, daddr_t bpref) argument
428 ffs_blkfree(struct inode *ip, daddr_t bno, long size) argument
[all...]
/freebsd-11-stable/sys/fs/cd9660/
H A Dcd9660_vnops.c135 struct iso_node *ip = VTOI(vp); local
158 return (vaccess(vp->v_type, ip->inode.iso_mode, ip->inode.iso_uid,
159 ip->inode.iso_gid, ap->a_accmode, ap->a_cred, NULL));
173 struct iso_node *ip = VTOI(vp); local
178 vnode_create_vobject(vp, ip->i_size, ap->a_td);
194 struct iso_node *ip = VTOI(vp); local
196 vap->va_fsid = dev2udev(ip->i_mnt->im_dev);
197 vap->va_fileid = ip->i_number;
199 vap->va_mode = ip
256 struct iso_node *ip; local
300 struct iso_node *ip = VTOI(vp); local
661 ISONODE *ip; local
754 struct iso_node *ip; local
821 struct iso_node *ip = VTOI(ap->a_vp); local
857 struct iso_node *ip; local
[all...]
/freebsd-11-stable/sys/net/
H A Dif_stf.c106 #include <netinet/ip.h>
317 struct ip ip; local
337 m_copydata((struct mbuf *)(uintptr_t)m, 0, sizeof(ip), (caddr_t)&ip);
339 if (ip.ip_v != 4)
350 if (bcmp(GET_V4(&addr6), &ip.ip_dst, sizeof(ip.ip_dst)) != 0)
363 b = ip.ip_src;
420 struct ip *i local
616 struct ip *ip; local
[all...]
/freebsd-11-stable/sbin/natd/
H A Dnatd.c26 #include <netinet/ip.h>
111 static char* FormatPacket (struct ip*);
112 static void PrintPacket (struct ip*);
113 static void SyslogPacket (struct ip*, int priority, const char *label);
520 struct ip* ip; local
552 ip = (struct ip*) buf;
560 switch (ip->ip_p) {
574 printf ("[%d] ", ip
646 struct ip* ip; local
831 PrintPacket(struct ip* ip) argument
836 SyslogPacket(struct ip* ip, int priority, const char *label) argument
841 FormatPacket(struct ip* ip) argument
1999 struct instance *ip; local
[all...]
/freebsd-11-stable/contrib/gcc/
H A DFREEBSD-libiberty21 cp -ip ../libiberty/$F .
36 cp -ip ../include/$F .
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/
H A Dtst.ipv4localicmp.ksh30 # Test ip:::{send,receive} of IPv4 ICMP to a local address.
34 # 1. A change to the ip stack breaking expected probe behavior,
50 ip:::send
54 printf("2 ip:::send (");
61 ip:::receive
65 printf("3 ip:::receive (");
H A Dtst.ipv4remoteicmp.ksh30 # Test ip:::{send,receive} of IPv4 ICMP to a remote host.
34 # 1. A change to the ip stack breaking expected probe behavior,
60 ip:::send
64 printf("1 ip:::send (");
71 ip:::receive
75 printf("2 ip:::receive (");

Completed in 184 milliseconds

1234567891011>>