Searched refs:ip (Results 1 - 25 of 122) sorted by relevance

12345

/darwin-on-arm/xnu/osfmk/arm/crt/
H A Dmemcpy4.s21 ldmiacs r1!, {r3, r4, ip, lr}
22 stmiacs r0!, {r3, r4, ip, lr}
23 ldmiacs r1!, {r3, r4, ip, lr}
24 stmiacs r0!, {r3, r4, ip, lr}
28 movs ip, r2, lsl #28
29 ldmiacs r1!, {r3, r4, ip, lr}
30 stmiacs r0!, {r3, r4, ip, lr}
34 movs ip, r2, lsl #30
H A Dudivdi3.s21 mov ip, #0
22 str ip, [sp, #0]
H A Dumoddi3.s21 add ip, sp, #8
22 str ip, [sp, #0]
H A Dudivsi3.s31 mov ip, r0, lsr r5
36 orr ip, r0, ip, asl #1
38 rsb r3, ip, r1
42 rsb ip, r0, ip
H A Dudivmoddi4.s29 subs ip, r1, #0
89 andne r5, ip, r3
96 mov r0, ip, lsr r3
100 clz r3, ip
110 mov r5, ip, lsr lr
111 orr r4, r3, ip, asl r2
133 mov r1, ip, lsr r0
136 orr ip, r0, ip, asl r3
138 str ip, [s
[all...]
/darwin-on-arm/xnu/osfmk/arm/
H A Dmemcmp.s78 orr ip, r0, r1
79 tst ip, #3
87 ldr ip, [r1],#4
88 cmp r3, ip
94 BYTE_REVERSE(ip,r2)
96 subs r3, ip
110 ldrb ip, [r1],#1
111 subs r0, ip
H A Dbcopyinout.s86 ands ip, r1, #0x03 /* Already word aligned? */
88 rsb ip, ip, #0x04
89 cmp r2, ip /* Enough bytes left to align it? */
91 sub r2, r2, ip
92 rsbs ip, ip, #0x03
93 addne pc, pc, ip, lsl #3
95 ldrbt ip, [r0], #0x01
96 strb ip, [r
[all...]
/darwin-on-arm/xnu/bsd/net/classq/
H A Dclassq_util.c76 #include <netinet/ip.h>
110 struct ip *ip = (struct ip *)(void *)t->pftag_hdr; local
112 if (((uintptr_t)ip + sizeof (*ip)) >
116 if (ip->ip_v != 4)
118 ds_field = ip->ip_tos;
159 struct ip *ip local
239 struct ip *ip = hdr; local
[all...]
/darwin-on-arm/xnu/bsd/netinet/
H A Din_gif.c77 #include <netinet/ip.h>
111 struct ip iphdr; /* capsule IP header, host byte ordered */
127 struct ip *ip; local
130 if (mbuf_len(m) < sizeof(*ip)) {
131 m = m_pullup(m, sizeof(*ip));
135 ip = mtod(m, struct ip *);
136 tos = ip->ip_tos;
176 iphdr.ip_len = m->m_pkthdr.len + sizeof(struct ip);
241 struct ip *ip; local
338 struct ip ip; local
[all...]
H A Dip_input.c104 #include <netinet/ip.h>
414 PE_parse_boot_argn("net.inet.ip.scopedroute",
463 ip_mutex_grp = lck_grp_alloc_init("ip", ip_mutex_grp_attr);
595 struct ip *ip; local
618 ip = mtod(m, struct ip *);
619 ip->ip_len = htons(ip->ip_len + hlen);
620 ip
674 struct ip *ip; local
1466 struct ip *ip = mtod(m, struct ip *); local
1827 struct ip *ip = mtod(m, struct ip *); local
2233 struct ip *ip = mtod(m, struct ip *); local
2349 struct ip *ip = mtod(m, struct ip *); local
2669 ip_savecontrol( struct inpcb *inp, struct mbuf **mp, struct ip *ip, struct mbuf *m) argument
2849 struct ip *ip; local
[all...]
H A Dip_output.c96 #include <netinet/ip.h>
156 static struct ifaddr *in_selectsrcif(struct ip *, struct route *, unsigned int);
158 int ip_optcopy(struct ip *, struct ip *);
268 struct ip *ip; local
271 int hlen = sizeof (struct ip);
384 mtod(m, struct ip *)->ip_p);
428 ip = mtod(m, struct ip *);
1831 struct ip *ip, *mhip; local
1971 struct ip *ip; local
2080 struct ip* ip = NULL; local
2203 register struct ip *ip = mtod(m, struct ip *); local
2226 (void)memcpy(mtod(m, void *), ip, sizeof(struct ip)); local
2995 register struct ip *ip; local
3101 in_selectsrcif(struct ip *ip, struct route *ro, unsigned int ifscope) argument
[all...]
H A Dip_icmp.c88 #include <netinet/ip.h>
190 * in response to bad packet ip.
200 struct ip *oip = mtod(n, struct ip *), *nip;
250 if (icmplen < sizeof(struct ip)) {
291 * Now, copy old ip header (without options)
294 if (m->m_data - sizeof(struct ip) < m->m_pktdat)
296 m->m_data -= sizeof(struct ip);
297 m->m_len += sizeof(struct ip);
300 nip = mtod(m, struct ip *);
326 struct ip *ip = mtod(m, struct ip *); local
647 struct ip *ip = mtod(m, struct ip *); local
810 struct ip *ip = mtod(m, struct ip *); local
1088 struct ip *ip; local
[all...]
H A Dlro_ext.h52 int tcp_start_coalescing(struct ip *, struct tcphdr *, int tlen);
H A Dip_mroute.c68 #include <netinet/ip.h>
82 extern int _ip_mforward(struct ip *ip, struct ifnet *ifp,
124 _ip_mforward(__unused struct ip *ip, __unused struct ifnet *ifp, argument
130 int (*ip_mforward)(struct ip *, struct ifnet *, struct mbuf *,
262 static struct ip multicast_encap_iphdr = {
264 sizeof(struct ip) >> 2, IPVERSION,
266 IPVERSION, sizeof(struct ip) >> 2,
269 sizeof(struct ip), /* tota
1066 X_ip_mforward(struct ip *ip, struct ifnet *ifp, struct mbuf *m, struct ip_moptions *imo) argument
1339 struct ip *ip = mtod(m, struct ip *); local
1481 phyint_send(struct ip *ip, struct vif *vifp, struct mbuf *m) argument
1504 encap_send(struct ip *ip, struct vif *vifp, struct mbuf *m) argument
1585 struct ip *ip = mtod(m, struct ip *); local
1646 tbf_control(struct vif *vifp, struct mbuf *m, struct ip *ip, u_int32_t p_len) argument
1781 tbf_dq_sel(struct vif *vifp, struct ip *ip) argument
1885 priority(__unused struct vif *vifp, struct ip *ip) argument
2039 struct ip *ip = mtod(m, struct ip *); local
[all...]
H A Din_dhcp.c63 #include <netinet/ip.h>
158 /* ip address formatting macros */
160 #define IP_CH(ip) ((const uint8_t *)ip)
161 #define IP_LIST(ip) IP_CH(ip)[0],IP_CH(ip)[1],IP_CH(ip)[2],IP_CH(ip)[3]
183 bzero(&pkt->ip, sizeo
251 struct ip * ip; local
399 const struct in_addr * ip; local
587 const struct in_addr * ip; local
[all...]
/darwin-on-arm/xnu/osfmk/i386/
H A Dstartup64.c215 uint32_t *ip = (uint32_t *) scp; local
221 i++, ip++)
222 kprintf("%p: 0x%08x\n", ip, *ip);
258 uint64_t *ip = (uint64_t *) sp; local
264 i++, ip++)
265 kprintf("%p: 0x%016llx\n", ip, *ip);
305 uint32_t *ip = (uint32_t *) gdtp; local
308 for (i = 0; i < GDTSZ; i++, ip
318 uint32_t *ip = (uint32_t *) ldtp; local
331 uint32_t *ip = (uint32_t *) idtp; local
346 uint32_t *ip = (uint32_t *) tssp; local
[all...]
/darwin-on-arm/xnu/bsd/netinet6/
H A Dah_output.c86 #include <netinet/ip.h>
198 struct ip *ip; local
205 ip = mtod(m, struct ip *);
208 (u_int32_t)ntohl(ip->ip_src.s_addr),
209 (u_int32_t)ntohl(ip->ip_dst.s_addr),
242 ip = mtod(m, struct ip *);
244 hlen = IP_VHL_HL(ip
559 struct ip *ip; local
[all...]
H A Dipcomp_input.c60 #include <netinet/ip.h>
90 struct ip *ip; local
120 ip = mtod(m, struct ip *);
123 hlen = IP_VHL_HL(ip->ip_vhl) << 2;
125 hlen = ip->ip_hl << 2;
131 sav = key_allocsa(AF_INET, (caddr_t)&ip->ip_src,
132 (caddr_t)&ip->ip_dst, IPPROTO_IPCOMP, htonl(cpi));
154 ip
[all...]
H A Desp_output.c85 #include <netinet/ip.h>
285 struct ip *ip; local
287 ip = mtod(m, struct ip *);
290 (u_int32_t)ntohl(ip->ip_src.s_addr),
291 (u_int32_t)ntohl(ip->ip_dst.s_addr),
336 struct ip *ip = NULL; local
343 size_t hlen = 0; /* ip heade
532 struct ip *ip = NULL; local
733 struct ip *ip; local
805 struct ip *ip; local
839 struct ip *ip; local
[all...]
H A Dah_input.c86 #include <netinet/ip.h>
132 struct ip *ip; local
159 ip = mtod(m, struct ip *);
160 ah = (struct ah *)(void *)(((caddr_t)ip) + off);
165 ip = mtod(m, struct ip *);
176 hlen = IP_VHL_HL(ip->ip_vhl) << 2;
178 hlen = ip
[all...]
H A Desp_input.c85 #include <netinet/ip.h>
141 static struct ip *
145 struct ip *ip; local
148 ip = mtod(m, __typeof__(ip));
149 ovbcopy((caddr_t)ip, (caddr_t)(((u_char *)ip) + stripsiz), iphlen);
153 ip = mtod(m, __typeof__(ip));
164 struct ip *ip; local
[all...]
/darwin-on-arm/xnu/libkern/zlib/arm/
H A DinffastS.s133 ldr ip, state_lencode // lencode
137 str ip, [sp, #40] // save lencode
138 sub ip, r6, #1 // window-1
140 str ip, windowm1_loc // store window-1
172 ldr ip, [sp, #40] // restore lencode
193 ldr ip, [sp, #40] // restore lencode
198 ldrb r2, [ip,r3,asl #2] // op = (unsigned)(this.bits);
199 add r3, ip, r3, asl #2 // r3 = this
200 ldrb ip, [r3, #1] // ip
[all...]
/darwin-on-arm/xnu/libsyscall/custom/
H A D__ptrace.s56 MI_GET_ADDRESS(ip,_errno)
59 str r8, [ip]
/darwin-on-arm/xnu/bsd/net/
H A Dif_stf.c131 #include <netinet/ip.h>
395 struct ip ip; local
414 mbuf_copydata((struct mbuf *)(size_t)m, 0, sizeof(ip), &ip);
416 if (ip.ip_v != 4)
429 if (bcmp(GET_V4(&ia6->ia_addr.sin6_addr), &ip.ip_dst,
430 sizeof(ip.ip_dst)) != 0) {
444 b = ip.ip_src;
523 struct ip *i local
746 struct ip *ip; local
[all...]
/darwin-on-arm/xnu/osfmk/arm/armv/
H A Dcpufunc-v7.s148 mov ip, #16 @ make a bit mask
149 lsl r2, ip, r2 @ and shift into position
150 sub ip, r2, #1 @ make into a mask
151 and r3, r0, ip @ get offset into cache line
153 bic r0, r0, ip @ clear offset from start.
190 mov ip, #16 @ make a bit mask
191 lsl r2, ip, r2 @ and shift into position
192 sub ip, r2, #1 @ make into a mask
193 and r3, r0, ip @ get offset into cache line
195 bic r0, r0, ip
[all...]

Completed in 128 milliseconds

12345