Searched refs:inp (Results 1 - 25 of 47) sorted by relevance

12

/xnu-2422.115.4/bsd/netinet6/
H A Din6_pcb.c152 struct inpcb *inp; local
155 inp = in6_pcblookup_local(pcbinfo, laddr, lport_arg, wild_okay);
158 if (inp != NULL && inp->inp_wantcnt == WNT_STOPUSING) {
159 struct socket *so = inp->inp_socket;
161 lck_mtx_lock(&inp->inpcb_mtx);
164 if (inp->inp_state != INPCB_STATE_DEAD)
165 in6_pcbdetach(inp);
166 in_pcbdispose(inp); /* will unlock & destroy */
167 inp
181 in6_pcbbind(struct inpcb *inp, struct sockaddr *nam, struct proc *p) argument
400 in6_pcbladdr(struct inpcb *inp, struct sockaddr *nam, struct in6_addr *plocal_addr6, struct ifnet **outif) argument
491 in6_pcbconnect(struct inpcb *inp, struct sockaddr *nam, struct proc *p) argument
554 in6_pcbdisconnect(struct inpcb *inp) argument
580 in6_pcbdetach(struct inpcb *inp) argument
691 struct inpcb *inp; local
710 struct inpcb *inp; local
731 struct inpcb *inp; local
750 struct inpcb *inp; local
771 struct inpcb *inp = sotoinpcb(so); local
790 struct inpcb *inp = sotoinpcb(so); local
821 struct inpcb *inp, *ninp; local
924 struct inpcb *inp; local
1047 in6_rtchange(struct inpcb *inp, int errno) argument
1066 struct inpcb *inp; local
1171 struct inpcb *inp; local
1309 in6p_route_copyout(struct inpcb *inp, struct route_in6 *dst) argument
1323 in6p_route_copyin(struct inpcb *inp, struct route_in6 *src) argument
[all...]
H A Dudp6_usrreq.c643 struct inpcb *inp; local
645 inp = sotoinpcb(so);
646 if (inp == NULL) {
647 panic("%s: so=%p null inp\n", __func__, so);
651 in6_pcbdetach(inp);
659 struct inpcb *inp; local
662 inp = sotoinpcb(so);
663 if (inp != NULL)
675 inp = (struct inpcb *)so->so_pcb;
676 inp
696 struct inpcb *inp; local
730 struct inpcb *inp; local
795 struct inpcb *inp; local
807 struct inpcb *inp; local
848 struct inpcb *inp; local
[all...]
H A Draw_ip6.c767 struct inpcb *inp; local
770 inp = sotoinpcb(so);
771 if (inp)
782 inp = (struct inpcb *)so->so_pcb;
783 inp->inp_vflag |= INP_IPV6;
784 inp->in6p_ip6_nxt = (char)proto;
785 inp->in6p_hops = -1; /* use kernel default */
786 inp->in6p_cksum = -1;
787 MALLOC(inp->in6p_icmp6filt, struct icmp6_filter *,
789 if (inp
798 struct inpcb *inp; local
826 struct inpcb *inp = sotoinpcb(so); local
838 struct inpcb *inp = sotoinpcb(so); local
888 struct inpcb *inp = sotoinpcb(so); local
945 struct inpcb *inp = sotoinpcb(so); local
[all...]
H A Dipsec6.h67 extern int ipsec6_set_policy(struct inpcb *inp, int optname,
69 extern int ipsec6_get_policy(struct inpcb *inp, caddr_t request, size_t len,
H A Din6_src.c199 struct inpcb *inp, struct route_in6 *ro,
221 if (inp != NULL) {
222 mopts = inp->in6p_moptions;
223 if (inp->inp_flags & INP_NO_IFT_CELLULAR)
295 if (inp != NULL && !IN6_IS_ADDR_UNSPECIFIED(&inp->in6p_laddr)) {
296 src_storage = &inp->in6p_laddr;
1215 in6_pcbsetport(struct in6_addr *laddr, struct inpcb *inp, struct proc *p, argument
1219 struct socket *so = inp->inp_socket;
1222 struct inpcbinfo *pcbinfo = inp
198 in6_selectsrc(struct sockaddr_in6 *dstsock, struct ip6_pktopts *opts, struct inpcb *inp, struct route_in6 *ro, struct ifnet **ifpp, struct in6_addr *src_storage, unsigned int ifscope, int *errorp) argument
[all...]
/xnu-2422.115.4/bsd/netinet/
H A Din_pcb.c241 extern void tcp_remove_from_time_wait(struct inpcb *inp);
250 * Use this inp as a key to find an inp in the flowhash tree.
500 struct inpcb *inp; local
507 inp = (struct inpcb *)zalloc(pcbinfo->ipi_zone);
508 if (inp == NULL)
510 bzero((caddr_t)inp, sizeof (*inp));
512 inp = (struct inpcb *)(void *)so->so_saved_pcb;
513 temp = inp
596 struct inpcb *inp; local
659 in_pcbbind(struct inpcb *inp, struct sockaddr *nam, struct proc *p) argument
946 in_pcbladdr(struct inpcb *inp, struct sockaddr *nam, struct in_addr *laddr, unsigned int ifscope, struct ifnet **outif) argument
1192 in_pcbconnect(struct inpcb *inp, struct sockaddr *nam, struct proc *p, unsigned int ifscope, struct ifnet **outif) argument
1262 in_pcbdisconnect(struct inpcb *inp) argument
1288 in_pcbdetach(struct inpcb *inp) argument
1336 in_pcbdispose(struct inpcb *inp) argument
1417 struct inpcb *inp; local
1445 struct inpcb *inp; local
1465 struct inpcb *inp; local
1493 struct inpcb *inp; local
1515 struct inpcb *inp; local
1544 in_losing(struct inpcb *inp) argument
1594 in_rtchange(struct inpcb *inp, int errno) argument
1626 struct inpcb *inp; local
1722 struct inpcb *inp; local
1853 struct inpcb *inp; local
1978 in_pcbinshash(struct inpcb *inp, int locked) argument
2061 in_pcbrehash(struct inpcb *inp) argument
2086 in_pcbremlists(struct inpcb *inp) argument
2239 inpcb_to_compat(struct inpcb *inp, struct inpcb_compat *inp_compat) argument
2264 inpcb_to_xinpcb64(struct inpcb *inp, struct xinpcb64 *xinp) argument
2310 inp_route_copyout(struct inpcb *inp, struct route *dst) argument
2327 inp_route_copyin(struct inpcb *inp, struct route *src) argument
2344 inp_bindif(struct inpcb *inp, unsigned int ifscope, struct ifnet **pifp) argument
2387 inp_set_nocellular(struct inpcb *inp) argument
2400 inp_clear_nocellular(struct inpcb *inp) argument
2422 inp_set_flow_divert(struct inpcb *inp) argument
2431 inp_clear_flow_divert(struct inpcb *inp) argument
2443 inp_calc_flowhash(struct inpcb *inp) argument
2500 struct inpcb *inp; local
2522 struct inpcb *inp = NULL; local
2551 inp_fc_feedback(struct inpcb *inp) argument
2582 inp_reset_fc_state(struct inpcb *inp) argument
2604 inp_set_fc_state(struct inpcb *inp, int advcode) argument
2645 inp_flush(struct inpcb *inp, int optval) argument
2677 struct inpcb *inp = NULL; local
2688 inp_get_soprocinfo(struct inpcb *inp, struct so_procinfo *soprocinfo) argument
2706 struct inpcb *inp = NULL; local
2731 inp_update_cellular_policy(struct inpcb *inp, boolean_t set) argument
2776 inp_update_flow_divert_policy(struct inpcb *inp, boolean_t set) argument
2823 inp_update_policy(struct inpcb *inp) argument
2884 inp_restricted(struct inpcb *inp, struct ifnet *ifp) argument
[all...]
H A Dudp_usrreq.c283 struct inpcb *inp; local
412 LIST_FOREACH(inp, &udb, inp_list) {
417 if (inp->inp_socket == NULL)
419 if (inp != sotoinpcb(inp->inp_socket)) {
420 panic("%s: bad so back ptr inp=%p\n",
421 __func__, inp);
425 if ((inp->inp_vflag & INP_IPV4) == 0)
428 if (inp_restricted(inp, ifp))
432 (inp
868 udp_notify(struct inpcb *inp, int errno) argument
881 struct inpcb *inp; local
920 struct inpcb *inp; local
986 struct inpcb *inp, **inp_list; variable in typeref:struct:inpcb
1092 struct inpcb *inp, **inp_list; variable in typeref:struct:inpcb
1297 udp_output(struct inpcb *inp, struct mbuf *m, struct sockaddr *addr, struct mbuf *control, struct proc *p) argument
1735 struct inpcb *inp; local
1751 struct inpcb *inp; local
1776 struct inpcb *inp; local
1793 struct inpcb *inp; local
1818 struct inpcb *inp = sotoinpcb(so); local
1882 struct inpcb *inp; local
1897 struct inpcb *inp; local
1931 struct inpcb *inp; local
1948 struct inpcb *inp; local
2015 struct inpcb *inp = sotoinpcb(so); local
2033 struct inpcb *inp, *inpnxt; local
[all...]
H A Din_pcblist.c171 inpcb_to_xinpcb_n(struct inpcb *inp, struct xinpcb_n *xinp) argument
175 xinp->xi_inpp = (u_int64_t)(uintptr_t)inp;
176 xinp->inp_fport = inp->inp_fport;
177 xinp->inp_lport = inp->inp_lport;
178 xinp->inp_ppcb = (u_int64_t)(uintptr_t)inp->inp_ppcb;
179 xinp->inp_gencnt = inp->inp_gencnt;
180 xinp->inp_flags = inp->inp_flags;
181 xinp->inp_flow = inp->inp_flow;
182 xinp->inp_vflag = inp->inp_vflag;
183 xinp->inp_ip_ttl = inp
260 struct inpcb *inp, **inp_list = NULL; local
400 struct inpcb *inp; local
448 struct inpcb *inp; local
496 struct inpcb *inp; local
[all...]
H A Draw_ip.c210 struct inpcb *inp; local
221 LIST_FOREACH(inp, &ripcb, inp_list) {
223 if ((inp->inp_vflag & INP_IPV4) == 0)
226 if (inp->inp_ip_p && (inp->inp_ip_p != ip->ip_p))
228 if (inp->inp_laddr.s_addr &&
229 inp->inp_laddr.s_addr != ip->ip_dst.s_addr)
231 if (inp->inp_faddr.s_addr &&
232 inp->inp_faddr.s_addr != ip->ip_src.s_addr)
235 if (inp_restricted(inp, if
372 struct inpcb *inp = sotoinpcb(so); local
550 struct inpcb *inp = sotoinpcb(so); local
827 struct inpcb *inp; local
852 struct inpcb *inp; local
887 struct inpcb *inp = sotoinpcb(so); local
930 struct inpcb *inp = sotoinpcb(so); local
960 struct inpcb *inp = sotoinpcb(so); local
1002 struct inpcb *inp = sotoinpcb(so); local
1044 struct inpcb *inp, **inp_list; variable in typeref:struct:inpcb
1147 struct inpcb *inp, **inp_list; variable in typeref:struct:inpcb
[all...]
H A Dtcp_usrreq.c174 struct inpcb *inp = sotoinpcb(so); local
179 if (inp) {
207 struct inpcb *inp = sotoinpcb(so); local
211 if (inp == 0 || (inp->inp_state == INPCB_STATE_DEAD)) {
215 tp = intotcpcb(inp);
231 if (inp == NULL || inp->inp_state == INPCB_STATE_DEAD) \
233 if (inp->inp_flags2 & INP2_WANT_FLOW_DIVERT) \
235 tp = intotcpcb(inp); \
261 struct inpcb *inp = sotoinpcb(so); local
294 struct inpcb *inp = sotoinpcb(so); local
354 struct inpcb *inp = sotoinpcb(so); local
370 struct inpcb *inp = sotoinpcb(so); local
397 struct inpcb *inp = sotoinpcb(so); local
465 struct inpcb *inp = sotoinpcb(so); local
563 struct inpcb *inp = sotoinpcb(so); local
665 struct inpcb *inp = sotoinpcb(so); local
700 struct inpcb *inp = sotoinpcb(so); local
728 struct inpcb *inp = sotoinpcb(so); local
772 struct inpcb *inp = sotoinpcb(so); local
815 struct inpcb *inp = sotoinpcb(so); local
864 struct inpcb *inp = sotoinpcb(so); local
1031 struct inpcb *inp = sotoinpcb(so); local
1055 struct inpcb *inp = sotoinpcb(so); local
1154 struct inpcb *inp = tp->t_inpcb, *oinp; local
1281 struct inpcb *inp = tp->t_inpcb, *oinp; local
1399 struct inpcb *inp = tp->t_inpcb; local
1481 struct inpcb *inp = NULL; local
1610 struct inpcb *inp = (struct inpcb*)so->so_pcb; local
1658 struct inpcb *inp; local
2185 struct inpcb *inp; local
[all...]
H A Dip_divert.c222 struct inpcb *inp; local
295 LIST_FOREACH(inp, &divcb, inp_list) {
296 if (inp->inp_lport == nport)
297 sa = inp->inp_socket;
327 struct inpcb *const inp = sotoinpcb(so); local
381 if (((ip->ip_hl != (sizeof (*ip) >> 2)) && inp->inp_options) ||
395 inp_route_copyout(inp, &ro);
399 imo = inp->inp_moptions;
404 mac_mbuf_label_associate_inpcb(inp, m);
407 error = ip_output(m, inp
455 struct inpcb *inp; local
492 struct inpcb *inp; local
527 struct inpcb *inp; local
713 struct inpcb *inp = sotoinpcb(so); local
[all...]
H A Dtcp_subr.c294 struct inpcb inp; member in struct:inp_tp
486 struct inpcb *inp = tp->t_inpcb; local
490 if ((inp->inp_vflag & INP_IPV6) != 0) {
495 (inp->inp_flow & IPV6_FLOWINFO_MASK);
500 ip6->ip6_src = inp->in6p_laddr;
501 ip6->ip6_dst = inp->in6p_faddr;
502 tcp_hdr->th_sum = in6_pseudo(&inp->in6p_laddr, &inp->in6p_faddr,
517 ip->ip_src = inp->inp_laddr;
518 ip->ip_dst = inp
930 struct inpcb *inp = tp->t_inpcb; local
990 struct inpcb *inp = tp->t_inpcb; local
1240 struct inpcb *inp; local
1405 struct inpcb *inp, **inp_list; variable in typeref:struct:inpcb
1588 struct inpcb *inp, **inp_list; variable in typeref:struct:inpcb
1743 struct inpcb *inp; local
2045 tcp_mtudisc( struct inpcb *inp, __unused int errno ) argument
2354 struct inpcb *inp; local
2512 struct inpcb *inp = sotoinpcb(so); local
2611 struct inpcb *inp = tp->t_inpcb; local
2714 struct inpcb *inp = sotoinpcb(so); local
[all...]
H A Dtcp_output.c263 struct inpcb *inp = tp->t_inpcb; local
264 struct socket *so = inp->inp_socket;
290 struct mbuf *tp_inp_options = inp->inp_depend4.inp4_options;
292 int isipv6 = inp->inp_vflag & INP_IPV6 ;
326 DTRACE_TCP5(cc, void, NULL, struct inpcb *, inp,
355 ((inp->inp_fport << 16) | inp->inp_lport),
356 (((inp->in6p_laddr.s6_addr16[0] & 0xffff) << 16) |
357 (inp->in6p_faddr.s6_addr16[0] & 0xffff)),
364 ((inp
2189 struct inpcb *inp = tp->t_inpcb; local
[all...]
H A Dtcp_input.c594 struct inpcb *inp = tp->t_inpcb; local
595 struct socket *so = inp->inp_socket;
679 nstat_route_rx(inp->inp_route.ro_rt, 1, *tlenp, NSTAT_RX_FLAG_DUPLICATE);
680 INP_ADD_STAT(inp, cell, wifi, rxpackets, 1);
681 INP_ADD_STAT(inp, cell, wifi, rxbytes, *tlenp);
704 nstat_route_rx(inp->inp_route.ro_rt, 1, *tlenp, NSTAT_RX_FLAG_OUT_OF_ORDER);
705 INP_ADD_STAT(inp, cell, wifi, rxpackets, 1);
706 INP_ADD_STAT(inp, cell, wifi, rxbytes, *tlenp);
764 tcp_lro_remove_state(inp->inp_laddr, inp
1325 register struct inpcb *inp; local
4720 struct inpcb *inp; local
5041 struct inpcb *inp = NULL; local
5236 struct inpcb *inp = sotoinpcb(so); local
5288 inp_fc_unthrottle_tcp(struct inpcb *inp) argument
[all...]
H A Dtcp_timer.c269 void tcp_remove_from_time_wait(struct inpcb *inp);
300 struct inpcb *inp = tp->t_inpcb; local
307 if (!(inp->inp_flags2 & INP2_TIMEWAIT)) {
309 inp->inp_flags2 |= INP2_TIMEWAIT;
311 /* Remove from global inp list */
312 LIST_REMOVE(inp, inp_list);
347 tcp_remove_from_time_wait(struct inpcb *inp) argument
349 struct tcpcb *tp = intotcpcb(inp);
350 if (inp->inp_flags2 & INP2_TIMEWAIT)
355 tcp_garbage_collect(struct inpcb *inp, in argument
476 struct inpcb *inp, *nxt; local
[all...]
H A Din_tclass.c784 struct inpcb *inp = sotoinpcb(so); local
785 struct tcpcb *tp = intotcpcb(inp);
797 outifp = inp->inp_last_outifp;
874 struct inpcb *inp = sotoinpcb(so); /* in6pcb and inpcb are the same */ local
959 (inp->in6p_outputopts &&
960 inp->in6p_outputopts->ip6po_tclass != -1))
965 (inp->inp_flags & INP_HDRINCL)) ||
966 inp->inp_ip_tos != 0)
975 struct rtentry *rt = inp->inp_route.ro_rt;
978 if (intotcpcb(inp)
1136 struct inpcb *inp = sotoinpcb(so); local
[all...]
H A Din_mcast.c1455 inp_block_unblock_source(struct inpcb *inp, struct sockopt *sopt) argument
1556 imo = inp_findmoptions(inp);
1659 inp_findmoptions(struct inpcb *inp) argument
1666 if ((imo = inp->inp_moptions) != NULL) {
1704 inp->inp_moptions = imo; /* keep reference from ip_allocmoptions() */
1713 inp_get_source_filters(struct inpcb *inp, struct sockopt *sopt) argument
1730 imo = inp->inp_moptions;
1874 inp_getmoptions(struct inpcb *inp, struct sockopt *sopt) argument
1884 imo = inp->inp_moptions;
1889 if (SOCK_PROTO(inp
2017 inp_lookup_mcast_ifp(const struct inpcb *inp, const struct sockaddr_in *gsin, const struct in_addr ina) argument
2077 inp_join_group(struct inpcb *inp, struct sockopt *sopt) argument
2388 inp_leave_group(struct inpcb *inp, struct sockopt *sopt) argument
2629 inp_set_multicast_if(struct inpcb *inp, struct sockopt *sopt) argument
2715 inp_set_source_filters(struct inpcb *inp, struct sockopt *sopt) argument
2927 inp_setmoptions(struct inpcb *inp, struct sockopt *sopt) argument
[all...]
/xnu-2422.115.4/security/
H A Dmac_inet.c101 mac_inpcb_label_init(struct inpcb *inp, int flag) argument
104 inp->inp_label = mac_inpcb_label_alloc(flag);
105 if (inp->inp_label == NULL)
148 mac_inpcb_label_destroy(struct inpcb *inp) argument
151 mac_inpcb_label_free(inp->inp_label);
152 inp->inp_label = NULL;
156 mac_inpcb_label_recycle(struct inpcb *inp) argument
159 MAC_PERFORM(inpcb_label_recycle, inp->inp_label);
179 mac_inpcb_label_associate(struct socket *so, struct inpcb *inp) argument
182 MAC_PERFORM(inpcb_label_associate, so, so->so_label, inp,
219 mac_mbuf_label_associate_inpcb(struct inpcb *inp, struct mbuf *m) argument
274 mac_inpcb_check_deliver(struct inpcb *inp, struct mbuf *m, int family, int type) argument
296 struct inpcb *inp; local
[all...]
/xnu-2422.115.4/libkern/stdio/
H A Dscanf.c131 vsscanf(const char *inp, char const *fmt0, va_list ap) argument
152 inr = strlen(inp);
163 while (inr > 0 && isspace(*inp))
164 nread++, inr--, inp++;
181 if (*inp != c)
183 inr--, inp++;
296 while (isspace(*inp)) {
299 inp++;
325 inp += n;
332 inp
[all...]
/xnu-2422.115.4/bsd/dev/random/YarrowCoreLib/src/
H A Dcomp.h89 comp_error_status comp_add_data(COMP_CTX* ctx,Bytef* inp,uInt inplen);
H A Dcomp.c48 __unused Bytef* inp,
112 comp_error_status comp_add_data(COMP_CTX* ctx,Bytef* inp,uInt inplen) argument
119 PCHECK(inp);
126 memmove(buf,inp,blocksize);
138 memmove(buf+ctx->spaceused,inp,inplen);
47 comp_add_data( __unused COMP_CTX* ctx, __unused Bytef* inp, __unused uInt inplen ) argument
/xnu-2422.115.4/bsd/net/
H A Ddlil.c1067 dlil_create_input_thread(ifnet_t ifp, struct dlil_threading_info *inp) argument
1076 VERIFY(inp == dlil_main_input_thread);
1077 (void) strlcat(inp->input_name,
1081 VERIFY(inp != dlil_main_input_thread);
1082 (void) snprintf(inp->input_name, DLIL_THREADNAME_LEN,
1086 VERIFY(inp != dlil_main_input_thread);
1087 (void) snprintf(inp->input_name, DLIL_THREADNAME_LEN,
1090 VERIFY(inp->input_thr == THREAD_NULL);
1092 inp->lck_grp = lck_grp_alloc_init(inp
1161 dlil_terminate_input_thread(struct dlil_threading_info *inp) argument
1726 struct dlil_threading_info *inp = v; local
1795 struct dlil_threading_info *inp = v; local
1872 struct dlil_threading_info *inp = v; local
2118 struct dlil_threading_info *inp; local
2231 struct dlil_threading_info *inp; local
2271 struct dlil_threading_info *inp; local
2502 struct dlil_threading_info *inp = dlil_main_input_thread; local
2613 struct dlil_threading_info *inp; local
2882 struct dlil_threading_info *inp; local
2905 struct dlil_threading_info *inp; local
3137 dlil_input_stats_add(const struct ifnet_stat_increment_param *s, struct dlil_threading_info *inp, boolean_t poll) argument
3166 dlil_input_stats_sync(struct ifnet *ifp, struct dlil_threading_info *inp) argument
5526 struct dlil_threading_info *inp; local
[all...]
H A Dkpi_protocol.c106 struct dlil_threading_info *inp = dlil_main_input_thread; local
132 lck_mtx_lock(&inp->input_lck);
136 inp->input_waiting |= DLIL_PROTO_REGISTER;
137 if ((inp->input_waiting & DLIL_INPUT_RUNNING) == 0)
138 wakeup((caddr_t)&inp->input_waiting);
139 lck_mtx_unlock(&inp->input_lck);
193 struct dlil_threading_info *inp = dlil_main_input_thread; local
197 lck_mtx_assert(&inp->input_lck, LCK_MTX_ASSERT_NOTOWNED);
199 if (inp->input_waiting & DLIL_PROTO_REGISTER) {
200 lck_mtx_lock_spin(&inp
300 struct dlil_threading_info *inp = dlil_main_input_thread; local
[all...]
H A Dntstat.c754 struct inpcb *inp; member in struct:nstat_tcpudp_cookie
760 struct inpcb *inp,
768 if (ref && in_pcb_checkstate(inp, WNT_ACQUIRE, 0) == WNT_STOPUSING)
774 cookie->inp = inp;
775 proc_name(inp->inp_socket->last_pid, cookie->pname,
786 in_pcb_checkstate(cookie->inp, WNT_RELEASE, inplock);
799 struct inpcb *inp = NULL; local
827 inp = in_pcblookup_hash(inpinfo, param->remote.v4.sin_addr, param->remote.v4.sin_port,
851 inp
759 nstat_tcpudp_cookie_alloc( struct inpcb *inp, bool ref) argument
887 struct inpcb *inp; local
904 struct inpcb *inp; local
962 struct inpcb *inp; local
990 nstat_tcp_new_pcb( struct inpcb *inp) argument
1022 nstat_pcb_detach(struct inpcb *inp) argument
1090 struct inpcb *inp = tucookie->inp; local
1193 struct inpcb *inp; local
1217 struct inpcb *inp = tucookie->inp; local
1246 struct inpcb *inp; local
1279 nstat_udp_new_pcb( struct inpcb *inp) argument
1327 struct inpcb *inp = tucookie->inp; local
[all...]
/xnu-2422.115.4/bsd/kern/
H A Dsocket_info.c126 struct inpcb *inp = (struct inpcb *)so->so_pcb; local
130 insi->insi_fport = inp->inp_fport;
131 insi->insi_lport = inp->inp_lport;
132 insi->insi_gencnt = inp->inp_gencnt;
133 insi->insi_flags = inp->inp_flags;
134 insi->insi_vflag = inp->inp_vflag;
135 insi->insi_ip_ttl = inp->inp_ip_ttl;
136 insi->insi_faddr.ina_6 = inp->inp_dependfaddr.inp6_foreign;
137 insi->insi_laddr.ina_6 = inp->inp_dependladdr.inp6_local;
138 insi->insi_v4.in4_tos = inp
[all...]

Completed in 284 milliseconds

12