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

1234567891011>>

/freebsd-current/crypto/openssl/crypto/sha/
H A Dsha_ppc.c17 void sha256_block_p8(void *ctx, const void *inp, size_t len);
18 void sha256_block_ppc(void *ctx, const void *inp, size_t len);
19 void sha256_block_data_order(void *ctx, const void *inp, size_t len);
20 void sha256_block_data_order(void *ctx, const void *inp, size_t len) argument
22 OPENSSL_ppccap_P & PPC_CRYPTO207 ? sha256_block_p8(ctx, inp, len) :
23 sha256_block_ppc(ctx, inp, len);
26 void sha512_block_p8(void *ctx, const void *inp, size_t len);
27 void sha512_block_ppc(void *ctx, const void *inp, size_t len);
28 void sha512_block_data_order(void *ctx, const void *inp, size_t len);
29 void sha512_block_data_order(void *ctx, const void *inp, size_ argument
[all...]
/freebsd-current/sys/netinet/
H A Dsctp_peeloff.c50 struct sctp_inpcb *inp; local
58 inp = (struct sctp_inpcb *)head->so_pcb;
59 if (inp == NULL) {
63 if ((inp->sctp_flags & SCTP_PCB_FLAGS_TCPTYPE) ||
64 (inp->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL)) {
65 SCTP_LTRACE_ERR_RET(inp, NULL, NULL, SCTP_FROM_SCTP_PEELOFF, EOPNOTSUPP);
68 stcb = sctp_findassociation_ep_asocid(inp, assoc_id, 1);
70 SCTP_LTRACE_ERR_RET(inp, stcb, NULL, SCTP_FROM_SCTP_PEELOFF, ENOENT);
77 SCTP_LTRACE_ERR_RET(inp, stcb, NULL, SCTP_FROM_SCTP_PEELOFF, ENOTCONN);
88 struct sctp_inpcb *inp, *n_in local
[all...]
H A Dsctp_usrreq.c171 sctp_notify(struct sctp_inpcb *inp, argument
208 (void)sctp_free_assoc(inp, stcb, SCTP_NORMAL_PROC,
228 sctp_timer_stop(SCTP_TIMER_TYPE_PATHMTURAISE, inp, stcb, net,
240 sctp_hc_set_mtu(&net->ro._l_addr, inp->fibnum, next_mtu + sizeof(struct udphdr));
242 sctp_hc_set_mtu(&net->ro._l_addr, inp->fibnum, next_mtu);
251 sctp_timer_start(SCTP_TIMER_TYPE_PATHMTURAISE, inp, stcb, net);
264 struct sctp_inpcb *inp; local
291 inp = NULL;
295 &inp, &net, 1,
299 (inp !
355 struct sctp_inpcb *inp; local
418 struct sctp_inpcb *inp; local
456 struct sctp_inpcb *inp; local
489 struct sctp_inpcb *inp; local
511 struct sctp_inpcb *inp; local
569 struct sctp_inpcb *inp; local
654 struct sctp_inpcb *inp; local
780 struct sctp_inpcb *inp = (struct sctp_inpcb *)so->so_pcb; local
991 sctp_fill_up_addresses_vrf(struct sctp_inpcb *inp, struct sctp_tcb *stcb, size_t limit, struct sockaddr *addr, uint32_t vrf_id) argument
1227 sctp_fill_up_addresses(struct sctp_inpcb *inp, struct sctp_tcb *stcb, size_t limit, struct sockaddr *addr) argument
1243 sctp_max_size_addresses_vrf(struct sctp_inpcb *inp, uint32_t vrf_id) argument
1322 sctp_max_size_addresses(struct sctp_inpcb *inp) argument
1334 sctp_do_connect_x(struct socket *so, struct sctp_inpcb *inp, void *optval, size_t optsize, void *p, int delay) argument
1507 struct sctp_inpcb *inp = NULL; local
3724 struct sctp_inpcb *inp = NULL; local
6866 struct sctp_inpcb *inp; local
6944 struct sctp_inpcb *inp; local
7101 struct sctp_inpcb *inp; local
7271 struct sctp_inpcb *inp; local
7368 struct sctp_inpcb *inp; local
7462 struct sctp_inpcb *inp; local
[all...]
H A Din_pcb.c339 in_pcbinslbgrouphash(struct inpcb *inp, uint8_t numa_domain) argument
348 pcbinfo = inp->inp_pcbinfo;
350 INP_WLOCK_ASSERT(inp);
357 if ((inp->inp_vflag & INP_IPV4) &&
358 inp->inp_laddr.s_addr == INADDR_ANY &&
359 INP_CHECK_SOCKAF(inp->inp_socket, AF_INET6)) {
364 idx = INP_PCBPORTHASH(inp->inp_lport, pcbinfo->ipi_lbgrouphashmask);
367 if (grp->il_cred->cr_prison == inp->inp_cred->cr_prison &&
368 grp->il_vflag == inp->inp_vflag &&
369 grp->il_lport == inp
412 in_pcbremlbgrouphash(struct inpcb *inp) argument
447 in_pcblbgroup_numa(struct inpcb *inp, int arg) argument
587 struct inpcb *inp; local
669 in_pcbbind(struct inpcb *inp, struct sockaddr_in *sin, struct ucred *cred) argument
706 in_pcb_lport_dest(struct inpcb *inp, struct sockaddr *lsa, u_short *lportp, struct sockaddr *fsa, u_short fport, struct ucred *cred, int lookupflags) argument
840 in_pcb_lport(struct inpcb *inp, struct in_addr *laddrp, u_short *lportp, struct ucred *cred, int lookupflags) argument
866 in_pcbbind_setup(struct inpcb *inp, struct sockaddr_in *sin, in_addr_t *laddrp, u_short *lportp, struct ucred *cred) argument
1004 in_pcbconnect(struct inpcb *inp, struct sockaddr_in *sin, struct ucred *cred, bool rehash __unused) argument
1056 in_pcbladdr(struct inpcb *inp, struct in_addr *faddr, struct in_addr *laddr, struct ucred *cred) argument
1273 in_pcbconnect_setup(struct inpcb *inp, struct sockaddr_in *sin, in_addr_t *laddrp, u_short *lportp, in_addr_t *faddrp, u_short *fportp, struct ucred *cred) argument
1392 in_pcbdisconnect(struct inpcb *inp) argument
1419 inp_lock(struct inpcb *inp, const inp_lookup_t lock) argument
1427 inp_unlock(struct inpcb *inp, const inp_lookup_t lock) argument
1435 inp_trylock(struct inpcb *inp, const inp_lookup_t lock) argument
1443 _inp_smr_lock(struct inpcb *inp, const inp_lookup_t lock, const int ignflags) argument
1482 inp_smr_lock(struct inpcb *inp, const inp_lookup_t lock) argument
1539 struct inpcb *inp; local
1639 in_pcbref(struct inpcb *inp) argument
1652 in_pcbrele_rlocked(struct inpcb *inp) argument
1672 in_pcbrele_wlocked(struct inpcb *inp) argument
1692 in_pcbrele(struct inpcb *inp, const inp_lookup_t lock) argument
1709 in_pcbfree(struct inpcb *inp) argument
1788 struct inpcb *inp = mem; local
1808 in_pcbdrop(struct inpcb *inp) argument
1825 struct inpcb *inp; local
1843 struct inpcb *inp; local
1859 inp_v4_multi_match(const struct inpcb *inp, void *v __unused) argument
1873 struct inpcb *inp; local
1920 struct inpcb *inp; local
2111 in_pcblookup_exact_match(const struct inpcb *inp, struct in_addr faddr, u_short fport, struct in_addr laddr, u_short lport) argument
2132 struct inpcb *inp; local
2152 in_pcblookup_wild_match(const struct inpcb *inp, struct in_addr laddr, u_short lport) argument
2177 struct inpcb *inp; local
2214 struct inpcb *inp, *local_wild, *local_exact, *jail_wild; local
2293 struct inpcb *inp; local
2325 struct inpcb *inp; local
2352 struct inpcb *inp; local
2434 in_pcbjailed(const struct inpcb *inp, unsigned int flag) argument
2448 _in_pcbinshash_wild(struct inpcbhead *pcbhash, struct inpcb *inp) argument
2505 _in6_pcbinshash_wild(struct inpcbhead *pcbhash, struct inpcb *inp) argument
2551 in_pcbinshash(struct inpcb *inp) argument
2647 in_pcbremhash_locked(struct inpcb *inp) argument
2680 in_pcbremhash(struct inpcb *inp) argument
2694 in_pcbrehash(struct inpcb *inp) argument
2746 in_losing(struct inpcb *inp) argument
2761 struct inpcb *inp; local
2775 inp_wlock(struct inpcb *inp) argument
2782 inp_wunlock(struct inpcb *inp) argument
2789 inp_rlock(struct inpcb *inp) argument
2796 inp_runlock(struct inpcb *inp) argument
2804 inp_lock_assert(struct inpcb *inp) argument
2811 inp_unlock_assert(struct inpcb *inp) argument
2824 struct inpcb *inp; local
2831 inp_inpcbtosocket(struct inpcb *inp) argument
2839 inp_4tuple_get(struct inpcb *inp, uint32_t *laddr, uint16_t *lp, uint32_t *faddr, uint16_t *fp) argument
2859 in_pcbtoxinpcb(const struct inpcb *inp, struct xinpcb *xi) argument
2889 struct inpcb *inp; local
3139 db_print_inpcb(struct inpcb *inp, const char *name, int indent) argument
3192 struct inpcb *inp; local
3210 in_pcbmodify_txrtlmt(struct inpcb *inp, uint32_t max_pacing_rate) argument
3236 in_pcbquery_txrtlmt(struct inpcb *inp, uint32_t *p_max_pacing_rate) argument
3261 in_pcbquery_txrlevel(struct inpcb *inp, uint32_t *p_txqueue_level) argument
3285 in_pcbattach_txrtlmt(struct inpcb *inp, struct ifnet *ifp, uint32_t flowtype, uint32_t flowid, uint32_t max_pacing_rate, struct m_snd_tag **st) argument
3336 in_pcbdetach_txrtlmt(struct inpcb *inp) argument
3355 in_pcboutput_txrtlmt_locked(struct inpcb *inp, struct ifnet *ifp, struct mbuf *mb, uint32_t max_pacing_rate) argument
3410 in_pcboutput_txrtlmt(struct inpcb *inp, struct ifnet *ifp, struct mbuf *mb) argument
3455 in_pcboutput_eagain(struct inpcb *inp) argument
[all...]
H A Draw_ip.c149 rip_inshash(struct inpcb *inp) argument
151 struct inpcbinfo *pcbinfo = inp->inp_pcbinfo;
156 INP_WLOCK_ASSERT(inp);
158 if (inp->inp_ip_p != 0 &&
159 inp->inp_laddr.s_addr != INADDR_ANY &&
160 inp->inp_faddr.s_addr != INADDR_ANY) {
161 hash = INP_PCBHASH_RAW(inp->inp_ip_p, inp->inp_laddr.s_addr,
162 inp->inp_faddr.s_addr, pcbinfo->ipi_hashmask);
166 CK_LIST_INSERT_HEAD(pcbhash, inp, inp_hash_exac
170 rip_delhash(struct inpcb *inp) argument
202 rip_append(struct inpcb *inp, struct ip *ip, struct mbuf *m, struct sockaddr_in *ripsrc) argument
249 rip_inp_match1(const struct inpcb *inp, void *v) argument
268 rip_inp_match2(const struct inpcb *inp, void *v) argument
303 struct inpcb *inp; local
409 struct inpcb *inp; local
634 struct inpcb *inp = sotoinpcb(so); local
813 struct inpcb *inp; local
843 struct inpcb *inp; local
867 rip_dodisconnect(struct socket *so, struct inpcb *inp) argument
887 struct inpcb *inp; local
898 struct inpcb *inp; local
909 struct inpcb *inp; local
925 struct inpcb *inp; local
961 struct inpcb *inp; local
1016 struct inpcb *inp; local
[all...]
H A Dudp_usrreq.c222 * must unlock the inp. However if a tunneling protocol is in place we increment
223 * the inpcb refcnt and unlock the inp, on return from the tunneling protocol we
225 * inp is gone, we return that to the caller to tell them *not* to unlock
226 * the inp. In the case of multi-cast this will cause the distribution
231 udp_append(struct inpcb *inp, struct ip *ip, struct mbuf *n, int off, argument
243 INP_LOCK_ASSERT(inp);
248 up = intoudpcb(inp);
250 in_pcbref(inp);
251 INP_RUNLOCK(inp);
252 filtered = (*up->u_tun_func)(n, off, inp, (struc
327 udp_multi_match(const struct inpcb *inp, void *v) argument
360 struct inpcb *inp; local
450 struct inpcb *inp; local
683 udp_notify(struct inpcb *inp, int errno) argument
705 struct inpcb *inp; local
756 struct inpcb *inp; local
825 struct inpcb *inp; local
864 struct inpcb *inp; local
1017 udp_v4mapped_pktinfo(struct cmsghdr *cm, struct sockaddr_in * src, struct inpcb *inp, int flags) argument
1074 struct inpcb *inp; local
1495 struct inpcb *inp; local
1516 struct inpcb *inp; local
1545 struct inpcb *inp; local
1570 struct inpcb *inp; local
1604 struct inpcb *inp; local
1624 struct inpcb *inp; local
1663 struct inpcb *inp; local
1676 struct inpcb *inp; local
[all...]
H A Dtcp_usrreq.c158 struct inpcb *inp; local
162 inp = sotoinpcb(so);
163 KASSERT(inp == NULL, ("tcp_usr_attach: inp != NULL"));
174 inp = sotoinpcb(so);
175 tp = tcp_newtcpcb(inp);
178 in_pcbfree(inp);
189 INP_WUNLOCK(inp);
205 struct inpcb *inp; local
208 inp
232 struct inpcb *inp; local
287 struct inpcb *inp; local
365 struct inpcb *inp; local
416 struct inpcb *inp; local
484 struct inpcb *inp; local
552 struct inpcb *inp; local
691 struct inpcb *inp; local
726 struct inpcb *inp; local
760 struct inpcb *inp; local
811 struct inpcb *inp = sotoinpcb(so); local
869 struct inpcb *inp; local
919 struct inpcb *inp; local
1233 struct inpcb *inp; local
1266 struct inpcb *inp; local
1304 struct inpcb *inp; local
1362 struct inpcb *inp; local
1467 struct inpcb *inp = tptoinpcb(tp); local
1510 struct inpcb *inp = tptoinpcb(tp); local
1649 tcp_ctloutput_set(struct inpcb *inp, struct sockopt *sopt) argument
1837 tcp_ctloutput_get(struct inpcb *inp, struct sockopt *sopt) argument
1889 struct inpcb *inp; local
1919 tcp_set_cc_mod(struct inpcb *inp, struct sockopt *sopt) argument
2034 struct inpcb *inp = tptoinpcb(tp); local
2686 struct inpcb *inp = tptoinpcb(tp); local
[all...]
H A Din_prot.c57 cr_canseeinpcb(struct ucred *cred, struct inpcb *inp) argument
61 error = prison_check(cred, inp->inp_cred);
65 INP_LOCK_ASSERT(inp);
66 error = mac_inpcb_check_visible(cred, inp);
70 if (cr_bsd_visible(cred, inp->inp_cred))
H A Din_pcb_var.h47 void inp_lock(struct inpcb *inp, const inp_lookup_t lock);
48 void inp_unlock(struct inpcb *inp, const inp_lookup_t lock);
49 int inp_trylock(struct inpcb *inp, const inp_lookup_t lock);
53 int in_pcb_lport_dest(struct inpcb *inp, struct sockaddr *lsa,
H A Din_systm.h60 int cr_canseeinpcb(struct ucred *cred, struct inpcb *inp);
/freebsd-current/sys/netinet6/
H A Din6_pcb.c116 in6_pcbsetport(struct in6_addr *laddr, struct inpcb *inp, struct ucred *cred) argument
118 struct socket *so = inp->inp_socket;
122 struct inpcbinfo *pcbinfo = inp->inp_pcbinfo;
125 INP_WLOCK_ASSERT(inp);
129 ((inp->inp_flags & IN6P_IPV6_V6ONLY) != 0));
137 inp->inp_flags |= INP_ANONPORT;
139 error = in_pcb_lport(inp, NULL, &lport, cred, lookupflags);
143 inp->inp_lport = lport;
144 if (in_pcbinshash(inp) != 0) {
145 inp
154 in6_pcbbind(struct inpcb *inp, struct sockaddr_in6 *sin6, struct ucred *cred) argument
335 in6_pcbladdr(struct inpcb *inp, struct sockaddr_in6 *sin6, struct in6_addr *plocal_addr6, bool sas_required) argument
410 in6_pcbconnect(struct inpcb *inp, struct sockaddr_in6 *sin6, struct ucred *cred, bool sas_required) argument
483 in6_pcbdisconnect(struct inpcb *inp) argument
507 struct inpcb *inp; local
527 struct inpcb *inp; local
549 struct inpcb *inp; local
575 struct inpcb *inp; local
606 inp_match6(const struct inpcb *inp, void *v __unused) argument
620 struct inpcb *inp; local
683 struct inpcb *inp; local
771 in6_multi_match(const struct inpcb *inp, void *v __unused) argument
785 struct inpcb *inp; local
827 in6_losing(struct inpcb *inp) argument
838 in6_rtchange(struct inpcb *inp, int errno __unused) argument
925 in6_pcblookup_exact_match(const struct inpcb *inp, const struct in6_addr *faddr, u_short fport, const struct in6_addr *laddr, u_short lport) argument
944 struct inpcb *inp; local
967 in6_pcblookup_wild_match(const struct inpcb *inp, const struct in6_addr *laddr, u_short lport) argument
991 struct inpcb *inp; local
1029 struct inpcb *inp, *jail_wild, *local_exact, *local_wild; local
1089 struct inpcb *inp; local
1120 struct inpcb *inp; local
1147 struct inpcb *inp; local
[all...]
H A Dudp6_usrreq.c139 udp6_append(struct inpcb *inp, struct mbuf *n, int off, argument
147 INP_LOCK_ASSERT(inp);
152 up = intoudpcb(inp);
154 in_pcbref(inp);
155 INP_RUNLOCK(inp);
156 filtered = (*up->u_tun_func)(n, off, inp,
158 INP_RLOCK(inp);
160 return (in_pcbrele_rlocked(inp));
168 if (IPSEC_CHECK_POLICY(ipv6, n, inp) != 0) {
181 if (mac_inpcb_check_deliver(inp,
224 udp6_multi_match(const struct inpcb *inp, void *v) argument
252 struct inpcb *inp; local
354 struct inpcb *inp; local
554 struct inpcb *inp; local
614 struct inpcb *inp; local
663 struct inpcb *inp; local
966 struct inpcb *inp; local
995 struct inpcb *inp; local
1030 struct inpcb *inp; local
1081 struct inpcb *inp; local
1109 struct inpcb *inp; local
1208 struct inpcb *inp; local
1220 struct inpcb *inp; local
[all...]
H A Dsctp6_usrreq.c171 sctp6_notify(struct sctp_inpcb *inp, argument
201 (void)sctp_free_assoc(inp, stcb, SCTP_NORMAL_PROC,
214 sctp_timer_stop(SCTP_TIMER_TYPE_PATHMTURAISE, inp, stcb, net,
226 sctp_hc_set_mtu(&net->ro._l_addr, inp->fibnum, next_mtu + sizeof(struct udphdr));
228 sctp_hc_set_mtu(&net->ro._l_addr, inp->fibnum, next_mtu);
237 sctp_timer_start(SCTP_TIMER_TYPE_PATHMTURAISE, inp, stcb, net);
250 struct sctp_inpcb *inp; local
291 inp = NULL;
295 &inp, &net, 1, SCTP_DEFAULT_VRFID);
298 (inp !
370 struct sctp_inpcb *inp; local
438 struct sctp_inpcb *inp; local
477 struct sctp_inpcb *inp; local
594 struct sctp_inpcb *inp; local
747 struct sctp_inpcb *inp; local
886 struct sctp_inpcb *inp; local
981 struct sctp_inpcb *inp; local
1035 struct inpcb *inp = sotoinpcb(so); local
1062 struct inpcb *inp = sotoinpcb(so); local
[all...]
H A Draw_ip6.c156 rip6_inp_match(const struct inpcb *inp, void *v) argument
162 /* XXX inp locking */
163 if ((inp->inp_vflag & INP_IPV6) == 0)
165 if (inp->inp_ip_p && inp->inp_ip_p != proto)
167 if (!IN6_IS_ADDR_UNSPECIFIED(&inp->in6p_laddr) &&
168 !IN6_ARE_ADDR_EQUAL(&inp->in6p_laddr, &ip6->ip6_dst))
170 if (!IN6_IS_ADDR_UNSPECIFIED(&inp->in6p_faddr) &&
171 !IN6_ARE_ADDR_EQUAL(&inp->in6p_faddr, &ip6->ip6_src))
187 struct inpcb *inp; local
342 struct inpcb *inp; local
569 struct inpcb *inp = sotoinpcb(so); local
645 struct inpcb *inp; local
680 struct inpcb *inp; local
719 struct inpcb *inp; local
735 struct inpcb *inp; local
779 struct inpcb *inp; local
[all...]
/freebsd-current/sbin/fsck_ffs/
H A Dpass3.c45 struct inoinfo *inp; local
64 inp = inpsort[inpindex];
65 state = inoinfo(inp->i_number)->ino_state;
66 if (inp->i_number == UFS_ROOTINO ||
67 (inp->i_parent != 0 && !S_IS_DUNFOUND(state)))
79 if (inp->i_dotdot >= UFS_ROOTINO)
80 inoinfo(inp->i_dotdot)->ino_linkcnt++;
84 orphan = inp->i_number;
85 if (inp->i_parent == 0 ||
86 !INO_IS_DUNFOUND(inp
[all...]
H A Dpass2.c58 struct inoinfo **inpp, *inp; local
149 inp = *inpp;
150 if (inp->i_isize == 0)
152 if (inp->i_isize < MINDIRSIZE) {
153 direrror(inp->i_number, "DIRECTORY TOO SHORT");
154 inp->i_isize = roundup(MINDIRSIZE, DIRBLKSIZ);
156 ginode(inp->i_number, &ip);
157 DIP_SET(ip.i_dp, di_size, inp->i_isize);
161 } else if ((inp->i_isize & (DIRBLKSIZ - 1)) != 0) {
162 getpathname(pathbuf, inp
282 struct inoinfo *inp; local
580 fix_extraneous(struct inoinfo *inp, struct inodesc *idesc) argument
[all...]
/freebsd-current/crypto/openssl/crypto/chacha/
H A Dchacha_ppc.c17 void ChaCha20_ctr32_int(unsigned char *out, const unsigned char *inp,
20 void ChaCha20_ctr32_vmx(unsigned char *out, const unsigned char *inp,
23 void ChaCha20_ctr32_vsx(unsigned char *out, const unsigned char *inp,
26 void ChaCha20_ctr32(unsigned char *out, const unsigned char *inp, argument
31 ? ChaCha20_ctr32_vsx(out, inp, len, key, counter)
33 ? ChaCha20_ctr32_vmx(out, inp, len, key, counter)
34 : ChaCha20_ctr32_int(out, inp, len, key, counter);
/freebsd-current/sys/contrib/libsodium/msvc-scripts/
H A Drep.vbs1 Dim pat, patparts, rxp, inp
9 inp = WScript.StdIn.ReadLine()
10 WScript.Echo rxp.Replace(inp, patparts(2))
/freebsd-current/crypto/openssl/include/crypto/
H A Ddes_platform.h23 void des_t4_ede3_cbc_encrypt(const void *inp, void *out, size_t len,
25 void des_t4_ede3_cbc_decrypt(const void *inp, void *out, size_t len,
27 void des_t4_cbc_encrypt(const void *inp, void *out, size_t len,
29 void des_t4_cbc_decrypt(const void *inp, void *out, size_t len,
/freebsd-current/sys/netipsec/
H A Dipsec_pcb.c56 ipsec_setsockaddrs_inpcb(struct inpcb *inp, union sockaddr_union *src, argument
61 if (inp->inp_vflag & INP_IPV6) {
75 sin6->sin6_addr = inp->in6p_laddr;
76 sin6->sin6_port = inp->inp_lport;
77 if (IN6_IS_SCOPE_LINKLOCAL(&inp->in6p_laddr)) {
81 inp->in6p_laddr.s6_addr16[1]);
88 sin6->sin6_addr = inp->in6p_faddr;
89 sin6->sin6_port = inp->inp_fport;
90 if (IN6_IS_SCOPE_LINKLOCAL(&inp->in6p_faddr)) {
94 inp
127 ipsec_setspidx_inpcb(struct inpcb *inp, struct secpolicyindex *spidx, u_int dir) argument
152 ipsec_init_pcbpolicy(struct inpcb *inp) argument
167 ipsec_delete_pcbpolicy(struct inpcb *inp) argument
270 ipsec_set_pcbpolicy(struct inpcb *inp, struct ucred *cred, void *request, size_t len) argument
358 ipsec_get_pcbpolicy(struct inpcb *inp, void *request, size_t *len) argument
416 ipsec_control_pcbpolicy(struct inpcb *inp, struct sockopt *sopt) argument
459 ipsec4_pcbctl(struct inpcb *inp, struct sockopt *sopt) argument
473 ipsec6_pcbctl(struct inpcb *inp, struct sockopt *sopt) argument
[all...]
/freebsd-current/bin/dd/
H A Dconv.c54 u_char *inp; local
59 for (inp = in.dbp - (cnt = in.dbrcnt); cnt--; ++inp)
60 *inp = t[*inp];
98 u_char *inp, *outp; local
111 for (inp = in.db, cnt = in.dbrcnt; cnt && *inp++ != '\n'; --cnt)
121 in.dbp = inp + cnt - 1;
129 for (inp
212 u_char *inp; local
[all...]
/freebsd-current/sys/crypto/openssl/
H A Dossl_chacha.h16 * ChaCha20_ctr32 encrypts |len| bytes from |inp| with the given key and
17 * nonce and writes the result to |out|, which may be equal to |inp|.
26 void ChaCha20_ctr32(unsigned char *out, const unsigned char *inp,
/freebsd-current/sys/net/
H A Dif_enc.h36 struct inpcb *inp; member in struct:ipsec_ctx_data
/freebsd-current/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_value_fmts.c57 static bool bhnd_nvram_ident_octet_string(const char *inp,
59 static bool bhnd_nvram_ident_num_string(const char *inp,
63 const bhnd_nvram_val_fmt **fmt, const void *inp,
70 const bhnd_nvram_val_fmt **fmt, const void *inp,
73 bhnd_nvram_val *value, const void *inp,
81 const bhnd_nvram_val_fmt **fmt, const void *inp,
87 bhnd_nvram_val *value, const void *inp,
91 bhnd_nvram_val *value, const void *inp,
96 const bhnd_nvram_val_fmt **fmt, const void *inp,
99 bhnd_nvram_val *value, const void *inp,
233 bhnd_nvram_val_bcm_int_filter(const bhnd_nvram_val_fmt **fmt, const void *inp, size_t ilen, bhnd_nvram_type itype) argument
278 bhnd_nvram_val_bcm_hex_encode_elem(bhnd_nvram_val *value, const void *inp, size_t ilen, void *outp, size_t *olen, bhnd_nvram_type otype) argument
331 bhnd_nvram_val_bcm_decimal_encode_elem(bhnd_nvram_val *value, const void *inp, size_t ilen, void *outp, size_t *olen, bhnd_nvram_type otype) argument
353 bhnd_nvram_val_bcm_leddc_filter(const bhnd_nvram_val_fmt **fmt, const void *inp, size_t ilen, bhnd_nvram_type itype) argument
384 bhnd_nvram_val_bcm_leddc_encode_elem(bhnd_nvram_val *value, const void *inp, size_t ilen, void *outp, size_t *olen, bhnd_nvram_type otype) argument
569 const void *inp; local
616 bhnd_nvram_val_bcmstr_csv_filter(const bhnd_nvram_val_fmt **fmt, const void *inp, size_t ilen, bhnd_nvram_type itype) argument
636 const char *inp; local
692 bhnd_nvram_val_bcm_macaddr_filter(const bhnd_nvram_val_fmt **fmt, const void *inp, size_t ilen, bhnd_nvram_type itype) argument
714 const void *inp; local
735 bhnd_nvram_val_bcm_macaddr_string_filter(const bhnd_nvram_val_fmt **fmt, const void *inp, size_t ilen, bhnd_nvram_type itype) argument
755 bhnd_nvram_val_bcm_macaddr_string_encode_elem(bhnd_nvram_val *value, const void *inp, size_t ilen, void *outp, size_t *olen, bhnd_nvram_type otype) argument
860 bhnd_nvram_ident_octet_string(const char *inp, size_t ilen, char *delim, size_t *nelem) argument
967 bhnd_nvram_ident_num_string(const char *inp, size_t ilen, u_int base, u_int *obase) argument
[all...]
/freebsd-current/sys/security/mac/
H A Dmac_inet.c97 mac_inpcb_init(struct inpcb *inp, int flag) argument
101 inp->inp_label = mac_inpcb_label_alloc(flag);
102 if (inp->inp_label == NULL)
105 inp->inp_label = NULL;
164 mac_inpcb_destroy(struct inpcb *inp) argument
167 if (inp->inp_label != NULL) {
168 mac_inpcb_label_free(inp->inp_label);
169 inp->inp_label = NULL;
192 mac_inpcb_create(struct socket *so, struct inpcb *inp) argument
195 MAC_POLICY_PERFORM_NOSLEEP(inpcb_create, so, so->so_label, inp,
242 mac_inpcb_create_mbuf(struct inpcb *inp, struct mbuf *m) argument
366 mac_inpcb_check_deliver(struct inpcb *inp, struct mbuf *m) argument
389 mac_inpcb_check_visible(struct ucred *cred, struct inpcb *inp) argument
403 mac_inpcb_sosetlabel(struct socket *so, struct inpcb *inp) argument
496 mac_syncache_create(struct label *label, struct inpcb *inp) argument
[all...]

Completed in 202 milliseconds

1234567891011>>