Searched refs:finp (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/network_cmds-457/ndp.tproj/
H A Dndp.c1591 const char *finp; local
1608 finp = &oldb[oldn];
1611 if (oldp + sizeof (cfg.cga_prepare) > finp)
1619 if (oldp + sizeof (u16) > finp)
1626 if (oldp + iov->iov_len > finp)
1632 if (oldp != finp)
1636 finp = &iov->iov_base[iov->iov_len];
1639 while (oldp < finp) {
1653 finp = &oldp[sizeof (cfg.cga_prepare.cga_modifier.octets)];
1655 while (oldp < finp) {
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Dtcp_usrreq.c1677 struct inpcb *finp = NULL; local
1683 finp = in6_pcblookup_hash(&tcbinfo, &laddr6, lport, &faddr6, fport, 0, NULL);
1689 finp = in_pcblookup_hash(&tcbinfo, laddr4, lport, faddr4, fport, 0, NULL);
1693 if (finp) {
1694 *out_pid = finp->inp_socket->last_pid;
1696 in_pcb_checkstate(finp, WNT_RELEASE, 0);
H A Dtcp_output.c313 u_int8_t *finp = NULL; local
1337 len, &dlenp, &finp, &dss_val, &sseqp, &mptcp_acknow);
1470 if (finp) {
1471 *finp &= ~MDSS_F;
H A Dmptcp_opt.c437 unsigned int **dss_lenp, u_int8_t **finp, u_int64_t *dss_valp,
610 *finp = opt + optlen + offsetof(struct mptcp_dss_copt, \
435 mptcp_setup_opts(struct tcpcb *tp, int32_t off, u_char *opt, unsigned int optlen, int flags, int datalen, unsigned int **dss_lenp, u_int8_t **finp, u_int64_t *dss_valp, u_int32_t **sseqp, boolean_t *p_mptcp_acknow) argument

Completed in 91 milliseconds