Searched refs:inp (Results 126 - 150 of 213) sorted by relevance

123456789

/freebsd-10.2-release/contrib/sendmail/src/
H A Dsrvrsmtp.c709 qid_printname(e), CurSmtpClient, inp); \
770 char inp[MAXINPLINE]; local
1349 (void) sm_snprintf(inp, sizeof(inp), "%s %s", hostname,
1352 expand(SmtpGreeting, inp, sizeof(inp), e);
1354 p = strchr(inp, '\n');
1357 id = strchr(inp, ' ');
1359 id = &inp[strlen(inp)];
5279 char inp[MAXLINE]; local
[all...]
/freebsd-10.2-release/contrib/smbfs/mount_smbfs/
H A Dmount_smbfs.c181 char *inp, *nsp; local
183 nsp = inp = optarg;
184 while ((nsp = strsep(&inp, ",;:")) != NULL) {
/freebsd-10.2-release/sys/fs/cd9660/
H A Dcd9660_util.c68 char inbuf[3], outbuf[3], *inp, *outp; local
81 inp = inbuf;
83 cd9660_iconv->convchr(handle, __DECONST(const char **, &inp), &i,
/freebsd-10.2-release/sys/netinet6/
H A Dip6_input.c1302 ip6_savecontrol_v4(struct inpcb *inp, struct mbuf *m, struct mbuf **mp, argument
1308 if ((inp->inp_socket->so_options & SO_TIMESTAMP) != 0) {
1319 #define IS2292(inp, x, y) (((inp)->inp_flags & IN6P_RFC2292) ? (x) : (y))
1321 if ((inp->inp_flags & IN6P_PKTINFO) != 0) {
1346 IS2292(inp, IPV6_2292PKTINFO, IPV6_PKTINFO), IPPROTO_IPV6);
1351 if ((inp->inp_flags & IN6P_HOPLIMIT) != 0) {
1368 IS2292(inp, IPV6_2292HOPLIMIT, IPV6_HOPLIMIT),
1374 if ((inp->inp_flags & IN6P_TCLASS) != 0) {
1595 ip6_notify_pmtu(struct inpcb *inp, struc argument
[all...]
H A Dip6_ipsec.c221 ip6_ipsec_output(struct mbuf **m, struct inpcb *inp, int *flags, int *error, argument
238 error, inp);
/freebsd-10.2-release/sys/netinet/
H A Dsctp_auth.c1207 sctp_clear_cachedkeys_ep(struct sctp_inpcb *inp, uint16_t keyid) argument
1211 if (inp == NULL)
1215 LIST_FOREACH(stcb, &inp->sctp_asoc_list, sctp_tcblist) {
1261 sctp_delete_sharedkey_ep(struct sctp_inpcb *inp, uint16_t keyid) argument
1265 if (inp == NULL)
1269 if (keyid == inp->sctp_ep.default_keyid)
1273 skey = sctp_find_sharedkey(&inp->sctp_ep.shared_keys, keyid);
1284 sctp_clear_cachedkeys_ep(inp, keyid);
1320 sctp_auth_setactivekey_ep(struct sctp_inpcb *inp, uint16_t keyid) argument
1325 skey = sctp_find_sharedkey(&inp
1372 sctp_deact_sharedkey_ep(struct sctp_inpcb *inp, uint16_t keyid) argument
1949 sctp_initialize_auth_params(struct sctp_inpcb *inp, struct sctp_tcb *stcb) argument
[all...]
H A Dsctp_pcb.h347 #define sctp_lport ip_inp.inp.inp_lport
366 struct inpcb inp; member in union:sctp_inpcb::__anon11161
569 sctp_findasoc_ep_asocid_locked(struct sctp_inpcb *inp, sctp_assoc_t asoc_id, int want_lock);
634 int sctp_swap_inpcb_for_listen(struct sctp_inpcb *inp);
637 * Null in last arg inpcb indicate run on ALL ep's. Specific inp in last arg
659 sctp_validate_no_locks(struct sctp_inpcb *inp);
H A Dsctp_indata.h81 sctp_build_ctl_nchunk(struct sctp_inpcb *inp,
H A Dip_ipsec.c227 ip_ipsec_output(struct mbuf **m, struct inpcb *inp, int *flags, int *error) argument
251 error, inp);
H A Dip_input.c1575 ip_savecontrol(struct inpcb *inp, struct mbuf **mp, struct ip *ip, argument
1579 if (inp->inp_socket->so_options & (SO_BINTIME | SO_TIMESTAMP)) {
1583 if (inp->inp_socket->so_options & SO_BINTIME) {
1589 if (inp->inp_socket->so_options & SO_TIMESTAMP) {
1599 if (inp->inp_flags & INP_RECVDSTADDR) {
1605 if (inp->inp_flags & INP_RECVTTL) {
1617 if (inp->inp_flags & INP_RECVOPTS) {
1624 if (inp->inp_flags & INP_RECVRETOPTS) {
1631 if (inp->inp_flags & INP_RECVIF) {
1664 if (inp
[all...]
/freebsd-10.2-release/sys/netpfil/ipfw/
H A Dip_fw_pfil.c121 struct inpcb *inp)
147 args.inp = inp;
297 struct inpcb *inp)
341 args.inp = NULL; /* used by ipfw uid/gid/jail rules */
120 ipfw_check_packet(void *arg, struct mbuf **m0, struct ifnet *ifp, int dir, struct inpcb *inp) argument
296 ipfw_check_frame(void *arg, struct mbuf **m0, struct ifnet *dst, int dir, struct inpcb *inp) argument
/freebsd-10.2-release/sbin/fsck_ffs/
H A Ddir.c75 struct inoinfo **inpp, *inp; local
83 inp = *inpp;
84 if (inp->i_parent == 0)
86 if (inoinfo(inp->i_parent)->ino_state == DFOUND &&
87 INO_IS_DUNFOUND(inp->i_number)) {
88 inoinfo(inp->i_number)->ino_state = DFOUND;
611 struct inoinfo *inp; local
642 inp = getinoinfo(ino);
643 inp->i_parent = parent;
644 inp
[all...]
/freebsd-10.2-release/contrib/binutils/bfd/
H A Dcoffswap.h339 coff_swap_sym_out (bfd * abfd, void * inp, void * extp) argument
341 struct internal_syment *in = (struct internal_syment *) inp;
345 COFF_ADJUST_SYM_OUT_PRE (abfd, inp, extp);
374 COFF_ADJUST_SYM_OUT_POST (abfd, inp, extp);
485 void * inp,
492 union internal_auxent * in = (union internal_auxent *) inp;
496 COFF_ADJUST_AUX_OUT_PRE (abfd, inp, type, class, indx, numaux, extp);
569 COFF_ADJUST_AUX_OUT_POST (abfd, inp, type, class, indx, numaux, extp);
589 coff_swap_lineno_out (bfd * abfd, void * inp, void * outp) argument
591 struct internal_lineno *in = (struct internal_lineno *) inp;
484 coff_swap_aux_out(bfd * abfd, void * inp, int type, int class, int indx ATTRIBUTE_UNUSED, int numaux ATTRIBUTE_UNUSED, void * extp) argument
[all...]
/freebsd-10.2-release/sys/dev/cxgbe/tom/
H A Dt4_ddp.c171 struct inpcb *inp = toep->inp; local
172 struct tcpcb *tp = intotcpcb(inp);
173 struct sockbuf *sb = &inp->inp_socket->so_rcv;
176 INP_WLOCK_ASSERT(inp);
376 struct inpcb *inp = toep->inp; local
387 INP_WLOCK(inp);
388 so = inp_inpcbtosocket(inp);
390 if (__predict_false(inp
[all...]
H A Dt4_tom.h98 struct inpcb *inp; /* backpointer to host stack's PCB */ member in struct:toepcb
170 struct inpcb *inp; /* listening socket's inp */ member in struct:listen_ctx
/freebsd-10.2-release/sys/security/mac/
H A Dmac_framework.h156 int mac_inpcb_check_deliver(struct inpcb *inp, struct mbuf *m);
157 int mac_inpcb_check_visible(struct ucred *cred, struct inpcb *inp);
158 void mac_inpcb_create(struct socket *so, struct inpcb *inp);
159 void mac_inpcb_create_mbuf(struct inpcb *inp, struct mbuf *m);
162 void mac_inpcb_sosetlabel(struct socket *so, struct inpcb *inp);
310 void mac_syncache_create(struct label *l, struct inpcb *inp);
/freebsd-10.2-release/sys/security/mac_portacl/
H A Dmac_portacl.c443 struct inpcb *inp; local
479 inp = sotoinpcb(so);
480 if ((inp->inp_flags & INP_LOWPORT) == 0)
/freebsd-10.2-release/sys/net/
H A Dpfil.h105 int, struct inpcb *inp);
H A Dpfil.c70 int dir, struct inpcb *inp)
83 inp);
69 pfil_run_hooks(struct pfil_head *ph, struct mbuf **mp, struct ifnet *ifp, int dir, struct inpcb *inp) argument
/freebsd-10.2-release/sys/security/mac_ifoff/
H A Dmac_ifoff.c141 ifoff_inpcb_check_deliver(struct inpcb *inp, struct label *inplabel, argument
/freebsd-10.2-release/crypto/openssl/apps/
H A Ddgst.c110 BIO *in = NULL, *inp; local
464 inp = BIO_push(bmd, in);
474 err = do_fp(out, buf, inp, separator, out_bin, sigkey, sigbuf,
496 r = do_fp(out, buf, inp, separator, out_bin, sigkey, sigbuf,
/freebsd-10.2-release/crypto/openssl/crypto/aes/asm/
H A Daes-mips.pl103 my ($inp,$out,$key,$Tbl,$s0,$s1,$s2,$s3)=($a0,$a1,$a2,$a3,$a4,$a5,$a6,$a7);
395 lwl $s0,0+$MSB($inp)
396 lwl $s1,4+$MSB($inp)
397 lwl $s2,8+$MSB($inp)
398 lwl $s3,12+$MSB($inp)
399 lwr $s0,0+$LSB($inp)
400 lwr $s1,4+$LSB($inp)
401 lwr $s2,8+$LSB($inp)
402 lwr $s3,12+$LSB($inp)
732 lwl $s0,0+$MSB($inp)
[all...]
H A Daes-parisc.pl50 $inp="%r26"; # arg0
100 and $inp,$t0,$t0
101 sub $inp,$t0,$inp
102 ldw 0($inp),$s0
103 ldw 4($inp),$s1
104 ldw 8($inp),$s2
106 ldw 12($inp),$s3
111 ldw 16($inp),$t1
569 and $inp,
[all...]
/freebsd-10.2-release/lib/libc/resolv/
H A Dres_data.c186 res_isourserver(const struct sockaddr_in *inp) { argument
187 return (res_ourserver_p(&_res, inp));
/freebsd-10.2-release/sys/security/mac_partition/
H A Dmac_partition.c227 partition_inpcb_check_visible(struct ucred *cred, struct inpcb *inp, argument
232 error = partition_check(cred->cr_label, inp->inp_cred->cr_label);

Completed in 285 milliseconds

123456789