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

12345678

/macosx-10.9.5/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...]
/macosx-10.9.5/screen-22/screen/
H A Dinput.c51 struct inpline inp; member in struct:inpdata
90 if (s != inpdata->inp.buf)
91 strncpy(inpdata->inp.buf, s, sizeof(inpdata->inp.buf) - 1);
92 inpdata->inp.buf[sizeof(inpdata->inp.buf) - 1] = 0;
93 inpdata->inp.pos = inpdata->inp.len = strlen(inpdata->inp.buf);
137 inpdata->inp
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/qt/tests/qmltests/common/
H A Dtitleupdate.js3 var inp = document.getElementById("upfile");
6 for (var i = 0; i < inp.files.length; ++i)
8 name = inp.files.item(i).name;
/macosx-10.9.5/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...]
/macosx-10.9.5/file_cmds-230/dd/
H A Dconv.c63 u_char *inp; local
68 for (inp = in.dbp - (cnt = in.dbrcnt); cnt--; ++inp)
69 *inp = t[*inp];
107 u_char *inp, *outp; local
120 for (inp = in.db, cnt = in.dbrcnt; cnt && *inp++ != '\n'; --cnt)
130 in.dbp = inp + cnt - 1;
138 for (inp
220 u_char *inp; local
[all...]
/macosx-10.9.5/patch_cmds-17/patch/
H A DMakefile4 SRCS= patch.c pch.c inp.c util.c backupfile.c mkpath.c
/macosx-10.9.5/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...]
/macosx-10.9.5/BerkeleyDB-21/db/db/
H A Ddb_dup.c30 db_indx_t cnt, *inp, offset; local
58 inp = P_INP(dbp, pagep);
64 DB_ASSERT(dbp->env, inp[indx] >= HOFFSET(pagep));
65 memmove(from + nbytes, from, inp[indx] - HOFFSET(pagep));
69 offset = inp[indx];
71 if (inp[cnt] < offset)
72 inp[cnt] += nbytes;
77 memmove(&inp[indx], &inp[indx + 1],
101 db_indx_t *inp; local
[all...]
/macosx-10.9.5/tidy-15.12/tidy/src/
H A Dfileio.c56 int TY_(initFileSource)( TidyInputSource* inp, FILE* fp ) argument
60 inp->getByte = filesrc_getByte;
61 inp->eof = filesrc_eof;
62 inp->ungetByte = filesrc_ungetByte;
67 inp->sourceData = fin;
71 void TY_(freeFileSource)( TidyInputSource* inp, Bool closeIt ) argument
73 FileSource* fin = (FileSource*) inp->sourceData;
H A Dmappedio.c51 int TY_(initFileSource)( TidyInputSource* inp, FILE* fp ) argument
73 inp->getByte = mapped_getByte;
74 inp->eof = mapped_eof;
75 inp->ungetByte = mapped_ungetByte;
76 inp->sourceData = fin;
81 void TY_(freeFileSource)( TidyInputSource* inp, Bool closeIt ) argument
83 MappedFileSource* fin = (MappedFileSource*) inp->sourceData;
174 static int initMappedFileSource( TidyInputSource* inp, HANDLE fp ) argument
178 inp->getByte = mapped_getByte;
179 inp
237 freeMappedFileSource( TidyInputSource* inp, Bool closeIt ) argument
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/sfio/
H A Dsfvscanf.c63 int inp; /* last input character read */ member in struct:_scan_s
72 #define SCinit(sc,ds) ((sc)->inp = (sc)->error = -1, (sc)->f = f, \
76 #define SCend(sc,ds) (inp = (sc)->inp, f = (sc)->f, \
98 { sc->inp = -1;
113 { sc->inp = -1;
119 return (sc->inp = (int)(*sc->d++));
310 reg int inp, shift, base, width; local
363 n_assign = n_input = 0; inp = -1;
383 { if(SFgetc(f,inp) <
[all...]
/macosx-10.9.5/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...]
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/ras/
H A Dtif2ras.c87 register u_char *inp, local
254 inp = buf;
260 *outp++ = *inp++; /* Blue */
261 *outp++ = *inp++; /* Green */
262 *outp++ = *inp++; /* Red */
263 inp++; /* skip alpha channel */
267 *outp++ = *inp++; /* Blue */
268 *outp++ = *inp++; /* Green */
269 *outp++ = *inp++; /* Red */
277 *outp++ = *inp
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/expect/expect/
H A Dexp_inter.c150 struct input *inp)
156 Tcl_SetHashValue(entry,(ClientData)inp);
614 struct input *inp; local
624 for (inp = input_base;inp;inp=inp->next) {
629 if (inp->i_list->direct == EXP_INDIRECT) {
630 exp_i_update(interp,inp->i_list);
632 for (outp = inp
147 expCreateStateToInput( Tcl_HashTable *hash, ExpState *esPtr, struct input *inp) argument
770 struct input *inp; /* overused ptr to struct input */ local
[all...]
/macosx-10.9.5/network_cmds-433/netstat.tproj/
H A Dinet.c221 struct xinpcb_n *inp = NULL; local
304 inp = (struct xinpcb_n *)xgn;
327 if (inp->inp_gencnt > oxig->xig_gen)
330 if ((af == AF_INET && (inp->inp_vflag & INP_IPV4) == 0)
332 || (af == AF_INET6 && (inp->inp_vflag & INP_IPV6) == 0)
334 || (af == AF_UNSPEC && ((inp->inp_vflag & INP_IPV4) == 0
336 && (inp->inp_vflag &
392 printf("%16lx ", (u_long)inp->inp_ppcb);
394 printf("%8lx ", (u_long)inp->inp_ppcb);
403 printf("%8x ", inp
1173 inetname(struct in_addr *inp) argument
[all...]
/macosx-10.9.5/ppp-727.90.1/Helpers/pppd/
H A Dupap.c349 u_char *inp; local
357 inp = inpacket;
362 GETCHAR(code, inp);
363 GETCHAR(id, inp);
364 GETSHORT(len, inp);
380 upap_rauthreq(u, inp, id, len);
384 upap_rauthack(u, inp, id, len);
388 upap_rauthnak(u, inp, id, len);
401 upap_rauthreq(u, inp, id, len)
403 u_char *inp;
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/antlr2/src/
H A DTokenBuffer.cpp30 TokenBuffer::TokenBuffer( TokenStream& inp )
31 : input(inp)
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/mac/include/
H A Dextra_krb.h6 int xxx_krb_mk_priv(void *inp,

Completed in 176 milliseconds

12345678