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

/xnu-2422.115.4/bsd/netinet/
H A Dmptcp_opt.c503 if (tp->t_mpflags & TMPF_SND_REM_ADDR) {
511 tp->t_mpflags &= ~TMPF_SND_REM_ADDR;
1824 tp->t_mpflags &= ~TMPF_SND_REM_ADDR;
H A Dtcp_var.h435 #define TMPF_SND_REM_ADDR 0x00000020 /* initiate address removal */ macro
H A Dtcp_output.c823 (tp->t_mpflags & TMPF_SND_REM_ADDR) ||
H A Dmptcp_subr.c1629 tp->t_mpflags |= TMPF_SND_REM_ADDR;

Completed in 33 milliseconds