L2TP_SESSION_ID_MASK
off = arc4random() & L2TP_SESSION_ID_MASK;
id = (i + off) & L2TP_SESSION_ID_MASK;
id = (off - 1) & L2TP_SESSION_ID_MASK;